Hi @emmanuel
-
number your images 1 through to 359. (e.g 001.jpg … 359.jpg)
-
upload them to your resources panel.
-
In the inner HTML of the rectangle (Edit->Edit Element’s Inner HTML) replace the line that begins image: with
images: '${resourcesFolderName}/###.jpg|1..359',
The previous example was just using 1 image with all the frames in it. This adaptation will use several images and make it into one complete sequence. NOTE* make sure the dimensions are the same as your images AND the src="" image is the first of your images.
D