Search results
Best way to load images into screen3 in Basic?
Score: 197.64 %,
Type: Forum topic , Comments: 1 comment
Hey, I'm playing around with the idea of using screen3 for a future project and was wondering how to best use screen3.
To put an image on the screen, this is what I came up with:
10 SCREEN3
20 FORI=0TO31:READA:VPOKEI,A:NEXT
30 GOTO 30
40 ...
Flashlight Effect?
Score: 197.53 %,
Type: Forum topic , Comments: 5 comments
Hey, I was wondering if anyone could explain how the "flashlight" effect in Sacred Valley works?
I'm assuming it has something to do with sprites and background color 0, or possibly AND/OR-ing the sprite and BG color?
Also, is it possible to do this in BASIC?
Thanks.
I ...
