Using Scenes Adobe Flash / Getting Started
Scenes work in a similar way to the Scenes used in a movie script although in Flash you can jump around a lot more. Scenes organise a movie into categories. For example, one scene can be for the preloader and another for the introduction. If you were a company you could also create scenes for your contact details, projects, credits etc.
Playing Background Loops Continuosly Across Scenes Adobe Flash / Sound
This tutorial is designed for newbie and intermediate Flashers. You'll need a basic understanding of Flash to complete this tutorial such as the tools palette, creating buttons, assigning actions to buttons & keyframes, and importing & exporting files.
Creating Continuous Loops Adobe Flash / Animation
A useful technique in any animation is to use "Loops". Loops are basically animated sequences that repeat themselves over and over again, but look as if they are one continuous flowing animation.
For...in Loops Adobe Flash / ActionScript
For...in loops are tricky to use. What they do is simple though: they reference everything they find in an object and put it in an array.
Finishing touches to space scenes Adobe Flash / 3D Effects
Let's face it, space scenes are everywhere. It seems to be the most widely created scene when it comes to 3D. Because of this, to create a good scene, in my opinion, you must create something unique and eye catching.
Flash ActionScript Loops Adobe Flash / ActionScript
ActionScript loops are tools used to execute a segment of code repeatedly for a number of times or while a certain condition is satisfied. This can save time and effort by not having to type the same code multiple times to repeat a process.