Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
0 Members and 1 Guest are viewing this topic.
What happened to code windows with scrollers???
I’m on the Dark side,...
HII would point out that this code is fakeCode: QB64: [Select] Line (x, y)-Step(0, 0), _RGB32(127 + 127 * Sin(r * (i + startIdx)), 127 + 127 * Sin(g * (i + startIdx)), 127 + 127 * Sin(b * (i + startIdx))), BF because it works as it was this following code drawing one point at each cycle of FOR NEXTCode: QB64: [Select] PSET (x, y), _RGB32(127 + 127 * Sin(r * (i + startIdx)), 127 + 127 * Sin(g * (i + startIdx)), 127 + 127 * Sin(b * (i + startIdx))