20.10.2012, 08:47
If you want to add or subtract a value, you need to use it like this:
You can only use -- and ++ for quickly subtracting or adding 1
Код:
var -= 20; // minus 20 var += 34; // plus 34