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

  1. on exitFrame
  2.   global PLAYRATE
  3.   go(the frame - 1)
  4.   if PLAYRATE = 1 then
  5.     set the movieRate of sprite 31 to 1
  6.     SETSPEAKER()
  7.   else
  8.     set the movieRate of sprite 31 to 0
  9.   end if
  10. end
  11.