images = new Array();

for( i=0; i<numberOfImages; i++ )
{
	images[i] = directory+"/"+filePrefix+(i+1)+fileExtension;
}

currentIndex = 0;