|
-
Play the movieclip
I havent used AS2 for long time. TOday I try a simple code like below code that but it stop in frame s rather than play in the movieclip. It looks like the function "gotoAndStop" but I type gotoAndPlay. so I wonder whether I miss any setting for it?
In the movie clip
onClipEvent (enterFrame) {
this.gotoAndPlay("s");
}
Inside MC, I add "stop" in frame 1 and set frame name "s" in frame 2.
Last edited by multioscar; 10-16-2009 at 12:05 AM.
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
|