sprite .rotation .set  (  ObjectID ,  RotationX ,  RotationY ,  RotationZ  )  
                                          
Description :

This instruction rotates a sprite.

Parameters :

  • ObjectID of the sprite.
  • Rotation angle on the X axis.
  • Rotation angle on the Y axis.
  • Rotation angle on the Z axis.

Examples :