home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 4 / RO4_CD.bin / gags.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1998-09-18  |  204 b   |  14 lines

  1. on mouseDown
  2.   set the visible of sprite 3 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global gagKeuze
  8.   puppetSound(0)
  9.   set the visible of sprite 3 to 0
  10.   updateStage()
  11.   set gagKeuze to 1
  12.   go("keuze")
  13. end
  14.