How do I show a display of my current ammo totoal?
Ive learned how to use a text to display a global variable, like Score. I cannot figure out how to make it display an instance variable like ammo. Appreciate any help Thanks
Develop games in your browser. Powerful, performant & highly capable.
global variable score would be something like ""&Score which you currently have. instance variable is ""&object.ammo