Hi folks,
I’ve been working on a game. All my code is in a Frame. My code both works with objects that are placed at compile time, and also does some dynamic movie clip creation.
I’ve just realised I need a start game type menu.
I’ve read that the best way to do this with minimal cleanup fuss is to bung all of this code into its very own movieclip. It doesnt seem to be working right. So I was wondering if I’m allowed to declare global vars in movie clips, and weather onEnterFrame is appropriate in a movie clip for my global loop? I’m calling it from another frame with gotoAndStop - is that right.
I was wondering if anybody might have some pointers that might help me work out the problem?
Tom