home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / MUSREV.DIR / 00063.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  193 b   |  11 lines

  1. on mouseUp
  2.   global PLAYRATE
  3.   set the volume of sprite 31 to 256
  4.   if PLAYRATE = 0 then
  5.     set the movieTime of sprite 31 to 0
  6.     set PLAYRATE to 1
  7.   else
  8.     set PLAYRATE to 0
  9.   end if
  10. end
  11.