Flash Code Q
Flash Code Q
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- enjine0
no, you need to use either an interval to keep checking the loading movieclip until just after it loads, or use the moviecliploader class so you have access to the onLoadInit function.
the if statement, by itself, will run once, before the loading begins, if it is not run at an interval or called after the load is complete.