Pages

Showing posts with label movieclip. Show all posts
Showing posts with label movieclip. Show all posts

Tuesday, 30 September 2014

ActionScript 3.0 Duplicating Movieclips

You can use this code for creating a menu, duplicating a character etc. The below code snippet achieves just that.

Monday, 10 March 2014

AS3 Resizing the MovieClip on the Stage

The below function would resize any MovieClip placed on the Stage. The name of the MovieClip in this instance is mascot.

Monday, 4 November 2013

ActionScript 3.0 Loading multiple SWF files using a Function

The below code snippet loads multiple SWF files using a single function.

Sunday, 19 May 2013

ActionScript 3.0 Pause Timeline

The Code below can be used to pause the Timeline on a Flash Keyframe. This can come in handy if you need to pause the timeline for a certain time duration.