home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master2.dxr / 00186.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  102 b   |  8 lines

  1. on mouseUp
  2.   global clickOn
  3.   set clickOn to 0
  4.   if the clickOn = 1 then
  5.     go("start")
  6.   end if
  7. end
  8.