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

  1. on mouseUp
  2.   sprite(100).visible = false
  3.   sprite(101).visible = true
  4.   sprite(102).visible = false
  5.   sprite(102).rewind()
  6.   sprite(107).visible = false
  7.   sprite(108).visible = true
  8.   sprite(109).visible = false
  9.   sprite(110).visible = false
  10. end mouseUp  
  11. on mouseWithin
  12.   cursor[member("open hand cursor"), member("open hand mask")]
  13. end
  14.  
  15. on mouseLeave
  16.   cursor -1
  17. end  
  18.  
  19.