home *** CD-ROM | disk | FTP | other *** search
/ Glowing Icon Sampler (Explicit Version) / GLOWING_ICON_SAMPLER.BIN / pc / holo / holodeck.dir / 00042_Q0GOOD.MOV.ls < prev    next >
Encoding:
Text File  |  1994-01-01  |  171 b   |  9 lines

  1. on mouseUp
  2.   set rate to the movieRate of sprite 20
  3.   if rate = 0 then
  4.     set the movieRate of sprite 20 to 1
  5.   else
  6.     set the movieRate of sprite 20 to 0
  7.   end if
  8. end
  9.