home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / lesson3.dir / 00095_Script_Clock < prev    next >
Text File  |  2002-05-22  |  286b  |  22 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.     Sprite(20).MovieRate = 1
  8.   else
  9.   end if
  10.   
  11. end
  12.  
  13. on mouseEnter me
  14.   cursor 280
  15.  
  16. end
  17.  
  18. on mouseLeave me
  19.   cursor 0
  20.  
  21. end
  22.