ObjectID =  sprite .create  (  Delay  )  
                           
Description :

This instruction creates a sprite.

You must add its action with "sprite.action.add".

Parameters :

  • Delay (expressed in seconds) between two consecutive frames of the sprite action.

Return Handle :

  • ObjectID of the sprite.

Examples :