home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / exercises.dir / 00049_Script_ExerciseInstructions < prev    next >
Text File  |  2002-05-22  |  141b  |  17 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor 0
  9.  
  10. end
  11.  
  12. on mouseUp me
  13.   go to "Instructions"
  14.   cursor 0
  15.  
  16. end
  17.