wushuboy001
New member
I have done a good deal of C++ and Java programming in the past, but now I am using Action Script. I have no problem creating a small game in a single frame. However, the obstacle I am coming up against is if I try to add a frame (such as for a pre-loader) the script for the main program keeps restarting every time the timer head moves. Is there a way to keep the head on a single frame without losing the place in the script?
What am I doing wrong with the structuring of my program?
Should I be making the preloader seperate from the main program?
I mean seperate as in its own fla file
What am I doing wrong with the structuring of my program?
Should I be making the preloader seperate from the main program?
I mean seperate as in its own fla file