Posted By
 Csabo on 2024-10-04 11:11:57
| Re: Newbie coder needs a little bit of help
From BASIC, that's pretty easy:
0 IFA=1THEN1:ELSEA=1:LOAD"GFX",8,1 1 GRAPIC1:GETKEYA$:DLOAD"GAME"
Assuming your picture is saved from $1800 and it's called "GFX" and the main program is called "GAME", this will do exactly what you described. |