Entries Tagged as 'Actionscript 2.0'


Dynamic Movie Clip Referencing in Actionscript

June 13th, 2007 · 19 Comments

Array notation can be used to dynamically refer to movie clips, variables, methods or any other object.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

Advanced Five State Buttons

May 31st, 2007 · 27 Comments

Rather than just having a normal up state and an over state like the default button elements, you can also add a rollout, down, and release outside state. This allows you to have buttons with complex animations that will increase the visual appeal of your Flash project.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

If and Else statements with Actionscript

May 27th, 2007 · 4 Comments

If you are a beginner when it comes to development, the concept of an if/else statement is probably something you know without actually realizing that you know it. It is one of the simpler theories of development that you can learn.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

3 Tips to Help Debug Your Actionscript

May 6th, 2007 · 1 Comment

It would be a slight understatement for me to say that every once in a while something in Flash doesn’t work. Bugs, errors and other quirks are all too common in Flash development, and learning how to find them quickly is key to being more productive, and learning how to avoid mistakes in the future.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

Tweening with Actionscript

May 1st, 2007 · 5 Comments

Sometimes, it is just easier to tween with code. Sometimes there is no option. Tweening with the tween class is most effective for repetitive animations, and animations of movieclips created or attached with code.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

Progress Bars with the MovieClipLoader Class

April 29th, 2007 · 2 Comments

Using a nice loader can help keep guests entertained during the times when they will have to wait while your work is loading. Some good uses for the movieClipLoader class, or mcl, include loading thumbnails or images in a photo gallery or portfolio, or loading swfs that are used as new pages or content areas of your website.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials