home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Print Studio (Special Edition) / LIVEPIX.iso / ORIENTAT / DATA / LPORIENT.DXR / 00053_cMenu.ls < prev    next >
Encoding:
Text File  |  1998-01-16  |  214 b   |  11 lines

  1. on mouseDown
  2.   global gCurr, gReturn
  3.   set ret to ButtonDown(the clickOn, "cMenuDown")
  4.   if ret = 1 then
  5.     MessagePut("Menu clicked")
  6.     do(string(gCurr) & "Cleanup")
  7.     go(string(gReturn))
  8.   else
  9.   end if
  10. end
  11.