home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00078.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  295 b   |  14 lines

  1. on mouseDown
  2.   set btnSprite to 6
  3.   cursor(200)
  4.   puppetSprite(btnSprite, 1)
  5.   set the castNum of sprite btnSprite to the castNum of sprite btnSprite + 1
  6.   updateStage()
  7.   wait(45)
  8.   puppetSprite(btnSprite, 0)
  9.   updateStage()
  10.   puppetTransition(26, 2, 0, 1)
  11.   go("blackout")
  12.   enterOffice()
  13. end
  14.