PDA

View Full Version : Question about Pathing


supernova0219
08-20-2002, 07:10 AM
Question 1:
This is a pathing quesiton:

Inside a root timeline I have a graphic and inside the graphic I have a button. How can I make the button change the ROOT timeline to a frame labeled "temp" ?

Graphically it looks like this:
Main
|
|___ Graphic
|
|___ Button

This is the actionscript I have for the button:
on (release) {
gotoAndPlay("temp");
}

However it doesn't work

I have tried _root.gotoAndPlay("temp"); and it still doesn't work.

Any ideas? Thanks in advance ;)

sfa
08-20-2002, 07:53 AM
The second is correct (_root.gotoAn.....) and it should work. Are you sure you labelled the frame correctly, if it you dont manage to find the problem try posting the file.

SFA