Pages

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.

Saturday 28 September 2013

ActionScript 3.0 – Flag Variables

You can create toggle buttons using flag variables. A Flag Variables data type is a boolean object. A Boolean object is a data type that can have one of two values, either true or false.

Saturday 14 September 2013

ActionScript 3.0 Stopping and Playing Sounds on Multiple Timelines

In ActionScript 3.0 you might have observed whilst importing sounds on Timelines (movieclips or otherwise) when you move on to the next Timeline the previous Timeline sounds do not stop.
In that case you might get 2 conflicting sounds.

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.