home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / howtogetstarted.dir / 00044_Script_rewind < prev    next >
Text File  |  2002-05-14  |  140b  |  15 lines

  1.  
  2. on mouseUp me
  3. set the movieTime of sprite 20 to 0
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor 280
  8.  
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor 0
  13.  
  14. end
  15.