I’m currently working using scenes and wanted to know if the following functionality was doable within scenes.
I would like to do something similar to this:
gotoAndPlay(AScene,1);
I know this is improper syntax but I needed some command that will allow me to go to a scene instead of:
previousScene();
nextScene();
Would like to call scenes in various order that suit my needs…IS THIS POSSIBLE?
As always, THANK YOU for your help!!
Skurge