Usage
Syntax: hideimg(int index);
Hides an image object.
Explanation
hideimg Hides an image by its unique index number.
Example
function onCreated()
{
showimg(200, "image.png", 30, 30);
hideimg(200);
}... renders an image then hides it, you won't see anything.
Categories
CategoryFunctionClientside
CategoryFunctionServerside
There are no comments on this page. [Add comment]