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

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