Hi

I wrote this line of code but it doesn't work
if sprite(me.spriteNum).LocV = 72 and sprite(me.spriteNum).rotation > 180
then

sprite(me.spriteNum).rotation = sprite(me.spriteNum).rotation -2

put "titi "

end if

thing is if i change the "-2" by "+2" it works but it spins in the wrong
direction.

any idea what i should do?

thx