home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / lesson1.dir / 00095_Script_Clock < prev    next >
Text File  |  2002-05-22  |  340b  |  23 lines

  1.  
  2. on mouseUp me
  3.   set the volume of sound 1 to 100
  4.   sound(1).play()
  5.   if (sprite(20).MovieRate = 0) then  
  6.     set the movieRate of sprite 20 to 1  
  7.   else
  8.   end if
  9.   
  10.   set the movieRate of sprite 26 to 1
  11.   set the movieRate of sprite 50 to 1
  12. end
  13.  
  14. on mouseEnter me
  15.   cursor 280
  16.  
  17. end
  18.  
  19. on mouseLeave me
  20.   cursor 0
  21.  
  22. end
  23.