home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Train.dxr / Internal_2.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  2.7 KB  |  19 lines

  1. global glettergrid, gtiles, gwords, gword, gcurrsprites, wordtest, gtot, gactive, gcheck
  2.  
  3. on prepareFrame me
  4.   gactive = 0
  5.   gcheck = 1
  6.   glettergrid = [#d, #i, #x, #i, #e, #f, #L, #y, #e, #r, #m, #o, #g, #u, #L, #f, #a, #s, #t, #m, #a, #i, #L, #w, #o, #t, #h, #g, #i, #n, #L, #e, #s, #h, #u, #t, #t, #L, #e, #y, #o, #b, #g, #i, #b, #m, #i, #k, #a, #d, #o, #n, #a, #i, #d, #a, #n, #a, #c, #h, #c, #o, #y, #o, #t, #e, #s, #p, #e, #c, #i, #a, #L, #h, #n, #x, #b, #n, #i, #a, #r, #t, #t, #e, #L, #L, #u, #b, #i, #c, #b, #L, #a, #i, #c, #e, #p, #s, #n, #a, #b, #u, #c, #e, #o, #t, #u, #d, #i, #p, #L, #o, #m, #a, #t, #m, #o, #e, #f, #L, #d, #c, #e, #L, #c, #a, #p, #i, #t, #a, #n, #n, #x, #m, #o, #t, #h, #g, #i, #L, #y, #a, #d, #t, #s, #a, #o, #c, #i, #n, #d, #e, #w, #i, #t, #t, #c, #L, #i, #n, #t, #o, #n, #s, #i, #k, #r, #g, #g, #a, #e, #r, #o, #t, #r, #a, #i, #n, #t, #a, #m, #w, #h, #e, #L, #o, #t, #i, #p, #a, #c, #b, #n, #r, #L, #n, #o, #i, #t, #a, #d, #i, #L, #o, #s, #n, #o, #c, #a, #e, #i, #e, #L, #L, #a, #b, #n, #o, #n, #n, #a, #c, #u, #L, #g]
  7.   gtiles = []
  8.   gword = []
  9.   gwords = [#aerotrain, #big, #blucher, #bullet, #canadian, #cannonball, #capitole, #chief, #coast, #colonial, #consolidation, #coyote, #cuban, #dewitt, #diplomat, #dixie, #el, #fast, #le, #mikado, #mistral, #mogul, #night]
  10.   gcurrsprites = []
  11.   wordtest = [#aerotrain: [176, 177, 178, 179, 180, 181, 182, 183, 184], #bigboy: [46, 47, 48, 49, 50, 51], #blucher: [83, 98, 113, 128, 143, 158, 173], #dixieflyer: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16], #mogul: [17, 18, 19, 20, 21], #coyotespecial: [67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79], #mikado: [52, 53, 54, 55, 56, 57], #leshuttle: [37, 38, 39, 40, 41, 42, 43, 44, 45], #fastmail: [22, 23, 24, 25, 26, 27, 28, 29], #dewittclinton: [157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169], #canadian: [58, 59, 60, 61, 62, 63, 64, 65], #consolidation: [202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214], #mistral: [140, 155, 170, 185, 200, 215, 230], #colonial: [96, 111, 126, 141, 156, 171, 186, 201], #capitole: [190, 191, 192, 193, 194, 195, 196, 197], #coastdaylight: [142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154], #bullettrain: [84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94], #nightowl: [29, 30, 31, 32, 33, 34, 35, 36], #chief: [65, 80, 95, 110, 125], #diplomat: [114, 115, 116, 117, 118, 119, 120, 121], #cannonball: [219, 220, 221, 222, 223, 224, 225, 226, 227, 228], #cubanspecial: [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109], #elcapitan: [129, 130, 131, 132, 133, 134, 135, 136, 137]]
  12.   gtot = gwords.count
  13.   member("words left").text = string(0 + gwords.count) & "/" & string(gtot) && "Words left"
  14. end
  15.  
  16. on exitFrame me
  17.   go(2)
  18. end
  19.