Pages

Showing posts with label flash. Show all posts
Showing posts with label flash. 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, 7 April 2014

AS3 Finding Index Position in an Array

Use the below script to find the index position in an array.

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.