flash code
flash code
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- fyoucher10
What's 3 for? If you mean level 3, use loadMovieNum instead of loadMovie. On the other hand, if 3 is a movieclip's instance name, do what Ponyboy says. Change the movieclip 3 to a string name instead of a number ("three_mc"), u can't have mc's with instance names that start with a number. Then just do three_mc.loadMovie("projects/01...