"slideCount"

This property holds the number of slides of the PictureFlow EWOs.

Synopsis

shape.slideCount(int count);

Parameters

Parameter Description
shape Name of the object
count Number of slides

Description

This property holds the number of slides of the PictureFlow EWOs.

main()
{
this.addSlide("PlantIcons/globe_1.gif");
this.addSlide("PlantIcons/globe_2.gif");
int count = this.slideCount;
DebugN(count);
//Returns 2
}

Assignment

PictureFlow.ewo