Question
add number to global variable?
Hey there all,
just a quickie.
If I have
_global.gCost = 0;
on the main timeline
and then later on i want to increase gCost by a number (say 5), how do I do that, cause
_global.gCost +5;
doesn't work.
Thanks in advance.
just a quickie.
If I have
_global.gCost = 0;
on the main timeline
and then later on i want to increase gCost by a number (say 5), how do I do that, cause
_global.gCost +5;
doesn't work.
Thanks in advance.