Changes

→‎Basic format: add basic documentation for temporaryAnimatedSprite command
Line 598: Line 598:  
| <samp>temporarySprite {{t|x}} {{t|y}} {{t|row in texture}} {{t|animation length}} {{t|animation interval}} {{t|flipped}} {{t|layer depth}}</samp>
 
| <samp>temporarySprite {{t|x}} {{t|y}} {{t|row in texture}} {{t|animation length}} {{t|animation interval}} {{t|flipped}} {{t|layer depth}}</samp>
 
| Create a temporary sprite with the given parameters, from the resource <samp>TileSheets/animations</samp>.
 
| Create a temporary sprite with the given parameters, from the resource <samp>TileSheets/animations</samp>.
 +
|-
 +
| <samp>temporaryAnimatedSprite {{t|texturename}} {{t|source_x}} {{t|source_y}} {{t|source_width}} {{t|source_height}} {{t|interval}} {{t|length}} {{t|loops}} {{t|tile_x}} {{t|tile_y}} {{t|flicker}} {{t|flip}} {{t|depth}} {{t|fade}} {{t|scale}} {{t|scale_change}} {{t|rotation}} {{t|rotation_change}} +
 +
| Creates a temporary sprite with the given parameters. Can also accept the following optional, named parameters afterwards, in space-separated pairs. {{t|color}} {{t|hold_last_frame}} {{t|ping_pong}} {{t|motion}} {{t|acceleration}} {{t|acceleration_change}}
 
|-
 
|-
 
| <samp>textAboveHead {{t|actor}} \"{{t|text}}\"</samp>
 
| <samp>textAboveHead {{t|actor}} \"{{t|text}}\"</samp>