The image sequence starts at progress 0% and ends at progress 100%. When a image is loaded the 'myCallback' function is called. The first argument of this function call contains event data.
{
target:<image sequence instance>,
amountOfImages:<amount of images>,
TotalImages:<total amount of images>,
imageName:<image name>
}
Ads an image sequence to Jarallax which swaps images based on progress.
example:
This puts the images sequence in #container. Images loaded are based on the bitmap name. Loaded images in this example are:
The image sequence starts at progress 0% and ends at progress 100%. When a image is loaded the 'myCallback' function is called. The first argument of this function call contains event data.