| object | Description |
| sprite.x | Position x |
| sprite.y | Position y |
| sprite.remove | Remove sprite from scene |
| sprite.width | Sprite width |
| sprite.height | Sprite height |
| sprite.width | Sprite width |
| sprite.anchor.x | Sprite anchor x |
| sprite.anchor.y | Sprite anchor y |
| sprite.rotate.angle | Angle rotation |
| sprite.anchor.relatif | yes or no (true or false) |
| sprite.anchor.x | Sprite anchor x |
| sprite.clip.x | x clip zone to the specified sprite |
| sprite.clip.y | y clip zone to the specified sprite |
| sprite.clip.width | width clip zone to the specified sprite |
| sprite.clip.height | height clip zone to the specified sprite |
| sprite.flip.h | Horizontal flip (1 or -1) |
| sprite.flip.v | Vertical flip (1 or -1) |
| sprite.scale.width | New sprite width (in pixels) |
| sprite.scale.height | New sprite height (in pixels) |
| sprite.opacity | New sprite opacity |
| sprite.velocity.x | New sprite velocity x |
| sprite.velocity.y | New sprite velocity y |