PosY =  sprite .position .y .get  (  ObjectID  )  
                                     
Description :

This instruction returns the vertical position of a sprite.

Parameters :

  • ObjectID of the sprite.

Return Value :

  • Y component of the sprite's top left pixel position.

Examples :