2012-08-03, 09:43 PM
Unauthorized Intruder Wrote:That's the case you may need to animate the movement, but if you don't just use this
Code:position += diceroll;
if(position > 32)
position = 64 - position;
that works

