home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1996 September / FOL0996.iso / DOUBLE_T / PLAYABLE / CTABLE02.C < prev    next >
Text File  |  1996-01-18  |  2KB  |  41 lines

  1. ; standard animation sequences
  2.  
  3. ;line length 170
  4.  
  5. ; no. of parts, rotate flag, location no., sprite no.s, end sequence
  6.  
  7. ; no. of parts 01 = 1 part, 02 = 2 parts
  8.  
  9. ; rotate flag  00 = no rotation, 01 = can be rotated
  10.  
  11. ; If in two parts top first bottom second
  12.  
  13. ; end sequence = 999
  14.  
  15. ; 0007 face right frame
  16.  
  17. dw 01,01,00,0000,0001,0002,0003,0004,0005,0006,0094,0999 ; walk right 00
  18. dw 01,01,00,0007,0007,0007,0007,0007,0007,0007,0007,999 ; stand right 01
  19. dw 01,00,00,0008,0009,0010,0011,0012,0013,0014,0015,0999 ; walk up scr 02
  20. dw 01,00,00,0016,0016,0016,0016,0016,0016,0016,0016,999 ; stand up scr  03
  21. dw 01,00,00,0017,0018,0019,0020,0021,0022,0023,0024,0999 ; walk down scr04
  22. dw 01,00,00,0025,0025,0025,0025,0025,0025,0025,0025,999 ; stand down scr  05
  23. dw 02,00,00,0026,0028,0026,0028,0027,0029,0027,0029,0026,0030,0027,0031,0030,0027,0026
  24. 0032,0027,0033,0027,0033,0026,0034,0027,0035,0027,0035,0026,0036,0027,0037,0027,0037,0026
  25. 0053,0027,0054,0027,0054,0026,0055,0027,0056,0027,0056,0999 ;chew gum  06
  26. dw 01,01,00,0007,0039,0040,0041,0042,0043,0044,0045,0999 ; pick up from waist height face right 07
  27. dw 01,01,00,0007,0047,0048,0049,0050,0051,0052,0057,0999 ; stoop pick up face right 08
  28. dw 01,00,00,0058,0059,0060,0061,0062,0063,0064,0065,0066,0999 ; face up pick waist height 09
  29. dw 01,00,00,0067,0068,0069,0070,0071,0072,0073,0074,0075,0999 ; face up pick stoop down 10
  30. dw 01,01,00,0007,0076,0077,0078,0079,0080,0081,0082,0083,0999 ; pick up reach up face right 11
  31. dw 01,00,00,0085,0086,0087,0088,0089,0090,0091,0092,0093,0999 ; pick up reach up face up 12
  32. dw 01,00,00,0148,0148,0149,0150,0150,0151,0152,0152,0153,0154,0154,0155,0156,0156,0157,0158,0158,0159,0999 ; flicks hair 13
  33. dw 01,00,00,0160,0160,0161,0162,0162,0163,0164,0164,0165,0166,0166,0167,0168,0168,0169,0170,0170,0171,0999 ; adjusts trousers 14
  34. dw 02,00,00,0095,0123,0095,0124,0095,0125,0095,0126,0999 ; talk face down 15
  35. dw 02,01,00,0104,0136,0104,0136,0104,0137,0104,0138,0104,0139,0999 ; talk face right 16
  36. dw 02,00,00,0112,0144,0112,0144,0112,0145,0112,0146,0112,0147,0999      ; talk face up 17
  37. dw 02,00,00,0026,0028,0027,0028,0026,0028,0027,0028
  38. 0026,0028,0027,0028,0999 tap feet 18
  39. dw 01,00,00.0007,0007,0039,0039,0039,0040,0040,0040,0041,0041,9999
  40.       
  41.