Hi, Maybe one of you can help me with this.
I have a Flash project with 2 scenes. The first scene has an animated menu (movie clip with buttons inside).
I have one of these buttons linked to scene 2 (called real). I am using:
on(release){
_root.gotoAndPlay(“realestate”)
}
“Realestate” is the name of the label of the first frame of scene 2. On the first frame there is also a movie clip and the stop command.
When I preview this in Flash, clicking this button takes me right back to frame 1 of scene 1.
Any ideas??
Thanks Alex