Skip to content

makeSprite

stevepaget edited this page Feb 16, 2016 · 1 revision

Creates a sprite object, which can be given a label just like a variable.


Syntax:

yourSpriteName = makeSprite("filename")

Where:

filename refers to the image file that forms the sprite's image.

Note: The sprite is not displayed until showSprite is called.

Clone this wiki locally