home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / WINGS.EXE / WINGS_2.DXR / 00045.ls < prev    next >
Encoding:
Text File  |  1995-04-21  |  277 b   |  16 lines

  1. on myDown1
  2.   puppetSprite(of, 5, 1)
  3.   set the immediate of sprite 4 to 1
  4.   set the castNum of sprite 5 to 43
  5.   updateStage()
  6.   set the castNum of sprite 5 to 42
  7.   puppetSprite(of, 4, 0)
  8.   puppetSprite(of, 5, 0)
  9.   sound stop 1
  10.   go("WarReports")
  11. end
  12.  
  13. on myDown2
  14.   go(#next)
  15. end
  16.