Contents

Image Image Sequence

ImageGrid Image Grid

Add an image grid to your movie. Add buttons or a scrollbar to scroll through the images.


Image Grid ImageGrid

Edit Properties

Image List • A list of images to view. Add images to the library first.

On Click • The script to be executed when clicked or pressed.

The 'On Click' event includes two variables. 'Index', the index of the image. 'Image', the name of the image.


alert(Index+' '+Image);

Fill Type • The method of filling this item.

Color • The fill color.

Border Type • The type of line, none, solid, dotted or dashed lines.

Border Color • The color of the lines or borders.

Border Width • The width of the lines or borders.

Padding • The gap between the border and the content.

Arrange Type • Arrange the grid vertically or horizontally. Include scroll bars.

Image Scale • How the image fits the available space.

Image Width • The width of the image.

Image Height • The height of the image.

Image Spacing • The spacing between each image.

Scale Image Size • Scale the size of the images when the movie scales.

Border Image Press Type • The type of border when an image is pressed, none, solid, dotted or dashed lines.

Border Image Press Color • The color of the borders when an image is pressed.

Border Image Width • The width of the border of an image.

Use Mouse Over • The button can change when the mouse is moved over it. This doesn’t work for touch screens and phones.

Border Image Over Type • The type of border when over an image, none, solid, dotted or dashed lines.

Border Image Over Color • The color of the borders when over an image.

Script Script

Image Grid Scroll By • Scroll the image viewer by X,Y.

ImageGridScrollBy("Script ID",X:Number,Y:Number);

Image Grid Scroll To • Scroll the image viewer to X,Y.

ImageGridScrollTo("Script ID",X:Number,Y:Number);

Image Image Sequence