View Single Post
Old 02-14-2003, 05:38 PM   PM User | #2
MikoLone
Regular Coder

 
Join Date: Jun 2002
Location: Provo, UT
Posts: 142
Thanks: 0
Thanked 0 Times in 0 Posts
MikoLone is an unknown quantity at this point
did you set the movie export properties on the movie clip? If you do not know what that is then right click the movie in the library and choose "inkage..." Then type a name into the box. Then, your attach statement should look like this.

Code:
_root.attachMovie("submenu linkage name", "submenu new name" level);
so you're missing quotes and thats it if your export linkage name is submenu.

Good luck
MikoLone is offline   Reply With Quote