Category Archives: Tutorial

Creating a SWC with FlashDevelop

In order to create a SWC using FlashDevelop you can use the ExportSWC plugin. This makes the process really simple. I was wondering how I could create a SWC like the one available in the AS3 Core Lib for example. … Continue reading

Posted in ActionScript, AS3, Flash, FlashDevelop, Tutorial | Comments Off

Animated MovieClip on MOUSE_OVER, MOUSE_OUT

If you want to have better looking animations in buttons, you don’t use a Button, you use a MovieClip. This means that you’ll have to use some code to control the MovieClip. Play it forwards … Continue reading

Posted in ActionScript, AS3, Flash, Tutorial | Comments Off