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

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