7a8 > call setFrameRate(96) 16a18,23 > > print(instructions[1,3]) > print(instructions[2,3]) > print(instructions[3,3]) > print(instructions[4,3]) > print(instructions[5,3]) 18c25 < call TextListSprite(instructions) --- > 'call TextListSprite(instructions) 198c205 < stats = TextListSprite(statsText) --- > 'stats = TextListSprite(statsText) 203c210 < msg = TextListSprite(msgText) --- > 'msg = TextListSprite(msgText) 205c212 < call SpriteEnable(msg, false) --- > 'call SpriteEnable(msg, false) 236a244,245 > seconds = 0 > 386a396 > oldseconds = seconds 403a414,416 > if seconds != oldseconds > print(statsText[1,3] + " | " + statsText[2,3] + " | " + statsText[3,3] + " | " + statsText[4,3] + " | " + statsText[5,3] + " | " + statsText[6,3]) > endif 524c537,538 < call SpriteEnable(msg, true) --- > print(msgText[1,3] + " " + msgText[2,3]) > ' call SpriteEnable(msg, true) 526c540 < call SpriteEnable(stats, false) --- > ' call SpriteEnable(stats, false) 535,536c549,551 < call SpriteEnable(msg, false) < call SpriteEnable(stats, true) --- > ' call SpriteEnable(msg, false) > print(statsText[1,3] + " | " + statsText[2, 3] + " | " + statsText[3,3] + " | " + statsText[4,3] + " | " + statsText[5,3] + " | " + statsText[6,3]) > ' call SpriteEnable(stats, true) 567c582,583 < call SpriteEnable(msg, true) --- > print(msgText[1,3] + " " + msgText[2,3]) > ' call SpriteEnable(msg, true) 569c585 < call SpriteEnable(stats, false) --- > ' call SpriteEnable(stats, false) 587,588c603,605 < call SpriteEnable(msg, false) < call SpriteEnable(stats, true) --- > ' call SpriteEnable(msg, false) > print(statsText[1,3] + " | " + statsText[2,3] + " | " + statsText[3,3] + " | " + statsText[4,3] + " | " + statsText[5,3] + " | " + statsText[6,3]) > ' call SpriteEnable(stats, true)