CaffeineJunkie
05-25-2004, 12:57 PM
At the begining of two scenes i have labels for the first frame. Scene one is "pagea" and scene two is "pageb"
Now I have buttons later in the first scene that say
on (release) {
pagetoo = "pageb"
play();}
and later I have
gotoAndPlay(pagetoo);
that works.
then on the second scene
it has buttons that say
on (release) {
pagetoo = "pagea"
play();}
and later I have
gotoAndPlay(pagetoo);
but somehow it loads the second scene?
I'm totally confused.
Now I have buttons later in the first scene that say
on (release) {
pagetoo = "pageb"
play();}
and later I have
gotoAndPlay(pagetoo);
that works.
then on the second scene
it has buttons that say
on (release) {
pagetoo = "pagea"
play();}
and later I have
gotoAndPlay(pagetoo);
but somehow it loads the second scene?
I'm totally confused.