supernova0219
08-20-2002, 05:18 PM
Hi,
I have a question regarding the gotoAndPlay function with scenes. I realize this function works when I create a button and have the following actionscript attached to it:
on (release) {
gotoAndPlay("Scene 2", 1);
}
However, when I create a graphic and place that button inside and change the script to:
on (release) {
_root.gotoAndPlay("Scene 2", 1);
}
It doesn't seem to work. Any idea why? How might I beable to do this?
I have a question regarding the gotoAndPlay function with scenes. I realize this function works when I create a button and have the following actionscript attached to it:
on (release) {
gotoAndPlay("Scene 2", 1);
}
However, when I create a graphic and place that button inside and change the script to:
on (release) {
_root.gotoAndPlay("Scene 2", 1);
}
It doesn't seem to work. Any idea why? How might I beable to do this?