Hi everyone.
I have a little problem in my game. I have a var coins:int = 0; on frame one, and I want to access it from frame 2. I’m not using a document class. Is it possible to make some kind of a global variable like in as2 – without having to put all my code from the main timelime to a document class?
Thanks in advance
Edit I’ve fixed it now. Is it possible to delete a thread?