|
GetFreeImage | |
freeImageIndex = GetFreeImage() | |
Parameters: NONE | |
Returns: freeImageIndex = The Index value of a Image that is currently not in use |
|
The GetFreeImage function returns the Index of an image that is currently NOT in use. This is particularly useful when you wish to dynamically request and use image media when needed. This can take the burdon of managing what image indexes are currently free, completely off the users shoulders, an hides it away inside PlayBASIC. FACTS: * Also See NewImage, NewFxImage, LoadNewImage for dynamic creation of the Image Media. Mini Tutorial: Requesting a free image index, the create this image, draw some random dots to it, then display the image on the screen.
|
Related Info: | CreateImage | DeleteImage | LoadFxImage | LoadImage | LoadNewImage | NewFxImage | NewImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |