I want to be able to do something like this:
gotoAndStop(("level"+x),1);
Where x is a number variable and there are the scenes “level1”, “level2”, “leve3l”, etc. I tried this and a few other things but none of them worked. Is this even possible or is the scene field in gotoAndStop that limited?