Question
My Frame Numbers are Mismatched! Help!
I added a new scene before my main scene for a loading bar
and now I have to access the 3rd frame by running gotoAndStop(4);,
and so on where each frame's actionscript location is plus 1. If I
have actionscript go to frame 1, it goes to the first frame of the
previous scene. This is not a major problem, but I would need to
change most of my script which would be tedious. Thnx.
