home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Menu.dxr / Internal_13_•No1.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  355 b   |  20 lines

  1. global gTileName
  2.  
  3. on mouseEnter me
  4.   set the member of sprite the currentSpriteNum to "No01 Loop"
  5.   puppetSound(1, "Mulan")
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to "No01"
  10.   HighlightThem()
  11.   puppetSound(1, 0)
  12.   puppetSound(2, "Click Back")
  13. end
  14.  
  15. on mouseDown me
  16.   set gTileName to "No01"
  17.   UpdateList()
  18.   go(1, "No01")
  19. end
  20.