Question
Displaying integers
I am new to flash and I have a question that's kinda newbie..
I have a variable integer called "score" I want to display it in another scene. Let's say I type var score:int = 0 and I pick up 5 coins (every coin up the value of score by 1) so my score is 5. Then i progress to the next scene and i want to display the value of score. How do I do that?
