actionscript loops
actionscript loops
Out of context: Reply #9
- Started
- Last post
- 11 Responses
- AMFA0
Use SetInterval....
make a function that handles all your dynamic movement and pass the MC path, new size, new x, y, etc. Then declare an interval in the in the function that does it for you.
that way you only have one function handling motion, etc. Makes it easier to find, modify, etc.