User Guide

550 Chapter 12: Methods
Parameters
None.
Example
This statement checks whether the top of the Stage is beyond the top of the screen and calls the
handler
upperMonitorProcedure if it is:
if the stageTop < 0 then upperMonitorProcedure
See also
stageLeft, stageRight, stageBottom, locH, locV
status()
Usage
-- Lingo syntax
fileioObjRef.status()
// JavaScript syntax
fileioObjRef.status();
Description
Fileio method; Returns the error code of the last method called.
Parameters
None.
See also
Fileio
stop() (DVD)
Usage
-- Lingo syntax
dvdObjRef.stop()
// JavaScript syntax
dvdObjRef.stop();
Description
DVD method; stops playback.
This method returns
TRUE (1) if successful.
Parameters
None.