Saturday, January 13, 2024

🖥 Vince mod 43

 A QB64 program by vince, which I've ported to BAM and modified just a little.

To better understand what the code is doing, I modified the color of the LINE statements, and I also commented out one of the LINE statements that makes it hard to see what the other LINE statements are doing.



No comments:

Post a Comment

📚 TIP: PAINT: Clearing an area before painting it

Please keep this in mind when using the PAINT statement: Although painting will not go beyond a pixel coordinate with the specified area edg...