|
|
What Does This Mean Box._x = -1;
box._x = box._x + 1;
move the box x position equals itself and move 1 pixel if placed in an enterframe event ok i understand ........
box._x + = 1 ; shorthand version i understand ------------------------------------------------------------------------ but
what does it mean if the symbol plus or minus is in front of the equals symbol rather than behind
box._x = - 1;
-------------------------------------------------------------------------
ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 10-15-2008, 12:34 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
|
|
|