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

  1. on mouseUp
  2.   global ilkkare, sonkare, movsp, Volum
  3.   repeat with a = ilkkare to sonkare
  4.     ParmakCursor(a)
  5.   end repeat
  6.   set the cursor of sprite 2 to 200
  7.   set the cursor of sprite 3 to 200
  8.   set the cursor of sprite 4 to 200
  9.   if the movieRate of sprite movsp <> 1 then
  10.     set the volume of sound 2 to Volum
  11.   else
  12.     set the volume of sound 2 to 0
  13.   end if
  14.   go("Euro")
  15. end
  16.