QB64 Phoenix Edition
Like gliding over a sparkling ocean - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: Like gliding over a sparkling ocean (/showthread.php?tid=1358)



Like gliding over a sparkling ocean - CharlieJV - 01-02-2023

https://basicanywheremachine.neocities.org/sample_programs/BAM_SamplePrograms?page=gliding_over_sparkling_ocean


RE: Like gliding over a sparkling ocean - CharlieJV - 01-03-2023

(01-02-2023, 06:44 PM)CharlieJV Wrote: https://basicanywheremachine.neocities.org/sample_programs/BAM_SamplePrograms?page=gliding_over_sparkling_ocean

Spawned from that: Funky-Textured Turning Cylinder, which changes the background color every spin and a half after the first big black and white spin.


RE: Like gliding over a sparkling ocean - mnrvovrfc - 01-03-2023

I'm sorry if this has been written about before, and if I'm posting this in the wrong place.

The "Rotating Pyramid" example needs a fix. Maybe change the penultimate line to:

Code: (Select All)
Line (a, b)-(c, d), 15, , &hffff00

I made this fix, however, assuming SCREEN 12. As I was writing this I realized the "SCREEN 18" might be setting a 32-bit color screen. Otherwise the example as it stands runs a totally-black screen.

Currently I'm using Firefox on a Debian GNU/Linux clone.


RE: Like gliding over a sparkling ocean - CharlieJV - 01-03-2023

(01-03-2023, 02:47 AM)mnrvovrfc Wrote: I'm sorry if this has been written about before, and if I'm posting this in the wrong place.

The "Rotating Pyramid" example needs a fix. Maybe change the penultimate line to:

Code: (Select All)
Line (a, b)-(c, d), 15, , &hffff00

I made this fix, however, assuming SCREEN 12. As I was writing this I realized the "SCREEN 18" might be setting a 32-bit color screen. Otherwise the example as it stands runs a totally-black screen.

Currently I'm using Firefox on a Debian GNU/Linux clone.

What Rotating Pyramid program are you referring to?  Mine has had that exact same line of code from the beginning.  To what program did you make that fix?

If you are indeed referring to the BASIC Anywhere Machine version of the program by @bplus, let's be sure we are looking at the same thing: https://basicanywheremachine.neocities.org/sample_programs/BAM_SamplePrograms?page=rotating_pyramid