PDA

View Full Version : Action Script Basics


Langy
03-27-2006, 10:57 AM
Hello

Just a simple question about the proper layout procedures.

I'm looking at changing the properties of several MC's when the flash application first opens, mainly just changing their initial Alpha value from 0 up to what is required, so that I get a fade in effect for the background image and all of the other items.

Would it be best for me to place this code all on frame 1 and then nest the functions within each other so that they all run after each one has finished?

Langy

Cota
03-27-2006, 12:59 PM
if you code it right, you'll only need to place the code in the first frame..there are a few different ways of doing that..do which is most comfortable for you.