home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / PCP0699A.iso / Demos / Malkari / Tutorial2.dxr / 00256_DoubleClick.ls < prev    next >
Encoding:
Text File  |  1999-03-03  |  100 b   |  8 lines

  1. on mouseUp
  2.   global repeat
  3.   if the doubleClick then
  4.     set repeat to 0
  5.     go(#next)
  6.   end if
  7. end
  8.