Question
Use a variable from another symbol HTML5
How to do to be able to use a variable that is inside a symbol in another symbol?
What I want to do is count points in a symbol, when changing symbols I want it to keep the same score.
var count = 0;
this.total.text = count;
keep that value and use it in the next symbol.
