home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / main.dir / 00035_Script_Website < prev    next >
Text File  |  2002-05-14  |  164b  |  16 lines

  1.  
  2. on mouseUp me
  3.   goToNetPage "http://www.seeclearlymethod.com"
  4.  
  5. end
  6.  
  7. on mouseEnter me
  8.   go to "Website"
  9.  
  10. end
  11.  
  12. on mouseLeave me
  13.   go to frame 9
  14.  
  15. end
  16.