home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / LIB_DAY.BIN / DEMOS / DEMOS.DXR / 00040.ls < prev    next >
Encoding:
Text File  |  1998-02-27  |  195 b   |  13 lines

  1. on mouseEnter me
  2.   set the member of sprite 23 to 41
  3.   puppetSound(1, "switch2")
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite 23 to 39
  8. end
  9.  
  10. on mouseUp me
  11.   open("\warbirds\wb95full.exe")
  12. end
  13.