Hello, gentlemen.
This one *should *be easy, but it’s driving me crazy. [laughs]
I’m trying to go from scene 1 to scene 2.
I have the first frame of scene 2 labeled as “firstframe2”
That’s where I want to go.
I have this code in a button in Scene 1:
on (release)
{
_root.gotoAndStop ("firstframe2");
}
But it’s not working.
It’ll go to frame 1 of scene 1 instead.
I even tried putting the code in the frame instead, but that doesn’t work either.
Any ideas why it’s not working?
PS:
I can get it to go to other frames on scene 2 with this method, but I can’t figure out why it doesn’t like frame 1.