A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: gotoAndPlay problem

  1. #1
    Member
    Join Date
    May 2004
    Posts
    47

    gotoAndPlay problem

    Hi again

    I now again have a Flash question, here it goes:

    I have a basic preloader that load the movie

    Frame 1
    ... some code, you'll get the point
    if (bytesLoaded == bytesTotal) {
    this.gotoAndPlay(3);
    }

    Frame 3
    Here I have a simple button when on relase
    gotoAndPlay(4)

    but it will not move to frame 4.
    Have tried gotoAndStop and so on

    Can anyone explain why?

    best regards,
    T

  2. #2
    Senior Member X-Tender's Avatar
    Join Date
    Jun 2003
    Location
    Germany
    Posts
    507
    ehm .. i hope you have on frame 2 gotoAndPlay(1) .. and no stop; in the first frame .. you can lso remove the "this." its not necessary --

  3. #3
    Member
    Join Date
    May 2004
    Posts
    47

    fount out

    ok, I found out
    I Had to set the button to a button symbol, and not a movieclip symbol

    T

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