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

  1. on mouseWithin
  2.   cursor[member("open hand cursor"), member("open hand mask")]
  3. end
  4. on mouseLeave
  5.   cursor -1
  6. end 
  7. on mouseUp
  8.   sprite(120).visible = false
  9.   sprite(121).visible = false
  10.     member(281).loop=false
  11. end mouseUp  
  12.