|
-
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
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
|