home *** CD-ROM | disk | FTP | other *** search
/ PC Open 11 / pcopen11.iso / Risiken / START.DXR / 00039.ls < prev    next >
Encoding:
Text File  |  1997-10-21  |  211 b   |  15 lines

  1. on mouseUp
  2.   global machevoltae
  3.   puppetSound(1, 87)
  4.   if machevoltae = 0 then
  5.     situazionediinizio()
  6.   end if
  7.   go("gioken")
  8. end
  9.  
  10. on mouseDown
  11.   pigia()
  12.   set the visible of sprite 9 to 1
  13.   updateStage()
  14. end
  15.