12-19-2022, 11:10 AM
Code: (Select All)
Screen _NewImage(80 * 8, 16 * 25, 32)
Locate 25, 80: Print "t";
_Delay 2
Do
i = i + 1
_PrintString (80 * 8 - i, 24 * 16), "AARGH, I killed it."
_Limit 60
Loop Until i = 160
Sleep
b = b + ...