Skip to content

makeImage

stevepaget edited this page Feb 16, 2016 · 1 revision

Stores an image for later use. Suitable for animation.


Syntax:

yourImageName = makeImage(filename)

Where:

filename is the name of an image file, stored in the same folder as your project.

This image object can be used in sprite animation, using changeSpriteImage

Clone this wiki locally