Score: 10
"Awesome tutorial!"
date: July 15, 2006
I just have something to ask.
I'm trying everything, but this action isnt working-
_global.hp:Number = 100;
_global.mp:Number = 100;
I've tried everything, but it always says expected syntax error. I'm using Flash 8 Pro, btw.
Author's Response:
Oops, I'm sorry! Try this:
_global.hp = 100;
_global.mp = 100;
Hope that works better for you.