Image Matrix

Image Matrix is an advanced Script object.

Imagine you would like to create a Game board with 5 x 5 stones, On each position of the board you can have one of the 3 images or nothing. This could be a lot of work with putting simple bitmap object and then all the show - hide commands for all objects!
Image Matrix helps you do this and a lot of other projects.

The size of the Image Matrix object is determined by the number of Columns and Rows. You must have at least the image #1 defined. The Columns and Rows are multiplied by the image #1 width and height producing the total Matrix size.

All the 3 images should be the same size.

See also the Matrix Functions.