Hello, I have added the _global.cost to an actionscript layer on this scene. Whenever I press the buttons now it will just display the number 0 regardless of how many times I press the button.
The actionscript I am using for the buttons are:
on(release) {
cost.text=cost ;
cost+1 ;
}

Any further help would be appreciated.