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

  1. on mouseDown
  2.   set ret to ButtonDown(the clickOn, "cExitDown")
  3.   if ret = 1 then
  4.     MessagePut("exit clicked")
  5.     repeat with x = 1 to 4
  6.       sound stop x
  7.     end repeat
  8.     go(1, "exit")
  9.   else
  10.   end if
  11. end
  12.