sprite .persistence .set  (  ObjectID ,  State  )  
                                
Description :

This instruction sets the persistence mode of a sprite. It indicates whether a sprite will have to be displayed again every time the screen is updated.

Parameters :

  • ObjectID of the sprite.
  • TRUE
    FALSE (Default)
    PERSISTENCE_TRAILS

Examples :