Question
How to call variables which are on stage into the external actionscript file (.as)?
I have a creaated a variable on the stage which is:
var coinCount:int;
and I want to call the coinCount variable to the coin class (external actionscript file). How can I do it?
