home *** CD-ROM | disk | FTP | other *** search
/ PC Player 43 / PCPLAYER43.iso / planetas / Demo / Demo.dxr / 00014_ButtonAction1.ls < prev    next >
Encoding:
Text File  |  1998-10-23  |  398 b   |  22 lines

  1. on mouseEnter
  2.   set the member of sprite 14 to "demo1-hi"
  3.   set the locH of sprite 16 to 86
  4. end
  5.  
  6. on mouseLeave
  7.   set the member of sprite 14 to "demo1"
  8.   set the locH of sprite 16 to -80
  9. end
  10.  
  11. on mouseDown
  12.   global ChangeCursor
  13.   puppetSound(4, "click")
  14.   lazyPC(4)
  15.   set the member of sprite 11 to "ButDw"
  16.   updateStage()
  17.   wait_for(30)
  18.   set ChangeCursor to 0
  19.   cursor(200)
  20.   go(1, "cuentos")
  21. end
  22.