news |
info |
people |
software |
stuff |
Backdrop XCMD. Version 1.1d1, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:45:45, 28/04/94. Debugging code included.
on mouseUp hide menubar Backdrop create set the cursor to "mouse 1" wait until the mouseClick close window backdrop show menubar end mouseUp
The syntax is:
Backdrop "create" {,<colour>}
The optional <colour> command should contain three items, describing the red, green and blue parts for an RGB colour.
on mouseUp hide menubar Backdrop create,"-1,0,0" set the cursor to "mouse 1" wait until the mouseClick close window backdrop show menubar end mouseUp