Usage
Syntax: hideimgs(int start_index, int end_index);
Explanation
hideimgs hides all image objects with an index between start_index and end_index.
Example
function onCreated()
{
showimg(250, "image.png", 30, 30);
hideimgs(200,300);
}... draws an image, then immediately hides it, since 250 is within the range 200-300.
Categories
CategoryFunctionClientside
CategoryFunctionServerside
There are no comments on this page. [Add comment]