Hi thank you for this master piece of software !! and excuse my english( i m from Paris)
i m trying to control a sprite using Python scripting.how can i call the keyboard function ? for now , if i want to rotate a sprite , i use :
if MouseKeyboard.KeyDown(R):
Sprite.Angle=Sprite.Angle+1
but it doesn t seems to work !
what i m doing wrong ?
Thx