Hey guys,
I have 6 buttons which when clicked all lead to a "fade out images and text" part of the timeline. At the end of this fade out, there's a gotoAndPlay() line.
Is it possible then when a button is clicked it creates a variable (say here called jumpto) which contains "Scene 1" or "Scene 2" ... "Scene 6" depending on the button, which then links into the gotoAndPlay so I could have something like:
gotoAndPlay(jumpTo, 1);
I can't seem to get it working.
Cheers!
Relisys
I have 6 buttons which when clicked all lead to a "fade out images and text" part of the timeline. At the end of this fade out, there's a gotoAndPlay() line.
Is it possible then when a button is clicked it creates a variable (say here called jumpto) which contains "Scene 1" or "Scene 2" ... "Scene 6" depending on the button, which then links into the gotoAndPlay so I could have something like:
gotoAndPlay(jumpTo, 1);
I can't seem to get it working.
Cheers!
Relisys