Pages

Showing posts with label snippet. Show all posts
Showing posts with label snippet. Show all posts

Thursday, 21 August 2014

ActionScript 3.0 Class File for Loading SWF files

Use the below code to create a class file for loading SWF files. You can customize this code to suit your requirements.

Monday, 13 January 2014

ActionScript 3.0 Animation Function for Clickable Buttons and MovieClips – To and Fro Animation

A very useful function for animation which can be used for clickable button and movieclips. Below is the code for the same.

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.