|
-
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
-
Senior Member
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 --
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|