home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / butrfly.dir / 00007.txt < prev    next >
Encoding:
Text File  |  1996-07-24  |  205 b   |  10 lines

  1. on mouseUp
  2.   if the movieRate of sprite 48 = 0 then
  3.     
  4.     set the movieRate of sprite 48 to 1
  5.     puppetsound "consumoo.aif"
  6.   else
  7.     set the movieRate of sprite 48 to 0
  8.     puppetsound 0
  9.   end if
  10. end