home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop from Home / Iceland.iso / pc / noqtinternetaccess.dir / 00305_Script_youriceland < prev    next >
Text File  |  2003-03-05  |  165b  |  12 lines

  1. on mouseDown
  2.   go to "youriceland"
  3. end
  4. on mouseWithin
  5.   cursor[member("open hand cursor"), member("open hand mask")]
  6. end
  7.  
  8. on mouseLeave
  9.   cursor -1
  10. end 
  11.  
  12.