Hello. Is there a way to load a Screen2 image and, later, load it again without use bload twice? Maybe using DEFUSR or VPOKE? Something like this:
10 SCREEN2 20 BLOAD"OPENING.SCR",R 30 SCREEN1 40 A$=INKEY$ 50 IFA$=INKEY$(32) GOTO 70 60 GOTO 40 70 SCREEN2 80 REM #COMMAND TO SHOW THE IMAGE WITHOUT BLOAD AGAIN# 100 GOTO 100
Best.
Aangemeld of registreer om reacties te plaatsen