Pages

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.

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 12 May 2014

AS3 Google Analytics

This article discusses how to implement Google Analytics code in your Flash Projects. This is useful if you want to track progress of your Flash Application.

Monday 7 April 2014

AS3 Finding Index Position in an Array

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

Friday 21 March 2014

AS3 Accessing parent file variable value from a loaded swf file

Below example illustrates how to access a parent file variables value from a loaded swf file.

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.

Thursday 6 February 2014

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.