A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Play the movieclip

Threaded View

  1. #1
    Senior Member
    Join Date
    May 2004
    Posts
    627

    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center