-
Notifications
You must be signed in to change notification settings - Fork 83
makeSprite
stevepaget edited this page Feb 16, 2016
·
1 revision
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.