Tag Archive: Programming

Flash Random Scene ActionScript

I recently created a Flash Animation that would randomly play one of three different Flash scenes. Then after each scene, it would go back to the beginning and randomly...

ActionScript Basics – Structure

My Last Post discussed ActionScript Variables. Now I’m going to do a quick run down about ActionScript Structure. You will notice that many different programming...

ActionScript Basics – Variables

This post is about variables in AcrionScript (the programming language for Macromedia/Adobe Flash). ActionScript Basics Some very quick basics // <- These two...

Tutorial – Flash ActionScript – Path

Animating with Flash is great! It’s the most fun you can have while making a website. But a flash animation doesn’t become interactive without ActionScript....