|
-
loadMovie() incompatible with gotoAndPlay()?
Ok, here's the situation. I have a movie clip about three levels down from root. In it there are two main frames: "nothing" and "attack". In the "nothing" frame I have the following code:
stop();
loadMovie(_parent.creepPicRest,this);
In the "attack" frame, I have this code:
this.unloadMovie();
loadMovie(_parent.creepPicAtk,this);
On the last frame of the movie clip I have this code:
gotoAndStop('nothing');
Everything is fine on the first frame. The appropriate movie loads and everything. However, in the movie clip's "enterFrame" method, I try to make the movie gotoAndPlay('attack'). It won't go to that frame. No matter what I try, the movie clip will not move from the first frame. What am I to do? It seems like it should be simple, but it isn't working. Please help me.
Jeremy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|