home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop from Home / Iceland.iso / pc / noqtinternetaccess.dir / 00289_Script_closebtover < prev    next >
Text File  |  2003-03-05  |  260b  |  18 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(149).visible = false
  10.   sprite(150).visible = false
  11.   member(176).loop=false
  12.   go to previous
  13. end mouseUp
  14.  
  15.  
  16.  
  17.  
  18.