4.51.2.3.7. init() | Table of Contents | 4.51.2.3.9. loadFromFile() |
function load(const filename:string):boolean;Remarks:
Loads a sprite off disk into a sprite object.
This method is functionally equivalent to sprite.loadFromOffset(filename, 0);
Return value:TRUE if successful, FALSE if failure.
See also:4.51.2.3.7. init() | Table of Contents | 4.51.2.3.9. loadFromFile() |