TheConeHead
Programmer
Is there a way to use a variable and change it at the same time....
As opposed to doing
MC.swapDepths(vDepth+5);
Is there a way to actually change vDepth to plus 5 and use it - so instead of doing
vDepth+5;
MC.swapDepth(vDepth);
doing it all in one line....
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
As opposed to doing
MC.swapDepths(vDepth+5);
Is there a way to actually change vDepth to plus 5 and use it - so instead of doing
vDepth+5;
MC.swapDepth(vDepth);
doing it all in one line....
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)