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

  1. on rightMouseUp
  2.   global repeat
  3.   set repeat to 0
  4.   set the visible of sprite 20 to not (the visible of sprite 20)
  5. end
  6.