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

  1. on mouseUp
  2.   global movsp, Volum
  3.   if the movieRate of sprite movsp <> 1 then
  4.     sound stop 2
  5.     updateStage()
  6.     set the movieTime of sprite movsp to 0
  7.     set the movieRate of sprite movsp to 1
  8.     set the volume of sound 2 to 0
  9.   else
  10.     set the movieRate of sprite movsp to 0
  11.     set the volume of sound 2 to Volum
  12.     go(the frame - 2)
  13.   end if
  14. end
  15.