Load Movie Function - - Help
Load Movie Function - - Help
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- autonoma0
onEnterFrame is a loop that, you guessed it, loops every frame. So, for that reason, you should never use onEnterFrame to load a movie because it would reload it every loop, unless you used an if statement.