sprite .resize .set  (  ObjectID ,  Width ,  Height  )  
                                     
Description :

This instruction alters the size of a sprite.

Parameters :

  • ObjectID of the sprite.
  • Width of the sprite, expressed in pixels.
  • Height of the sprite, expressed in pixels.

Examples :