home *** CD-ROM | disk | FTP | other *** search
/ Human & Space in Asia / ARIF_ASCI.ISO / pc / arif.dir / 00517.ls < prev    next >
Encoding:
Text File  |  1996-09-25  |  287 b   |  11 lines

  1. on mouseUp
  2.   global CursorSpr, ilkkare, sonkare, Volum
  3.   set the castNum of sprite CursorSpr to the number of cast "ΓÇ╣kona Karesi"
  4.   updateStage()
  5.   repeat with a = ilkkare to sonkare
  6.     set the cursor of sprite a to 0
  7.   end repeat
  8.   set the volume of sound 2 to Volum
  9.   go("Son")
  10. end
  11.