-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|62|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Jayenkai

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025
IIRC, (though you might have to test it to be sure.. it might've been BlitzMax), Blitz could handle Color 0,0,RGB
That way you could have things like Red=&FF0000: Color 0,0,Red
(I think.. can't test right now, though. Blitz doesn't run *snip*


RemiD

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025 Blitz
demonstrates how to read the colors of an image, and convert these rgb colors values to letters string values,
then output a txt file with these letters values organized in a way that it is formated for DATA (blitzbasic),
then read the letters string val*snip*


Jayenkai

High Contrast Week

30th June 2025
(Image.jpeg)
High Contrast Fists of Fury...


Socoder

High Contrast Week

30th June 2025
High Contrast Week Bold differences, accessibility, clarity Meme MondayPost or create a Meme that's somehow relevant to this week's theme.


cyangames

Happy Birthday, Dan

30th June 2025
Merry Boithdayweenmas!


RemiD

DATA values to 2d array values

29th June 2025 Blitz
a code example (blitzbasic) to demonstrate how to read and put the values of DATA rows / columns to a 2d array
[code]
;DATA values to 2d array values (2025.06.29)
Graphics( 640, 360, 32, 2 )
Dim grey_val%( 6, 4 )
Restore greys_data
For row% = 1 To 4*snip*


Jayenkai

Rebuilding the Browsercade

29th June 2025
(Image.png)
JSE's controller is now inside Browsercade, and is .. of course.. misbehaving!
Left = Browsercade
Right = JSE
Same code. Drastically different sizes. Why, browser, why!!!??!
Oh, and also the floor's disappeared in Flappadiddl*snip*


Pixel_Outlaw

New Chapter for Commodore?

29th June 2025
New Commodore Acquisition Update


Socoder

Brutalism Week

29th June 2025
Showcase SundayBe as creative as you can be, based on this week's theme.


Dan

Happy Birthday, Dan

29th June 2025
Thanks !


steve_ancell

Happy Birthday, Dan

28th June 2025
Belated happy birthday Dan.


Dan

Print - Newline

28th June 2025
This code:
[code]
d=0
;Font=LoadFont(''Arial'' ,15,False,False,False)
;SetFont font
AppTitle FontHeight()
Repeat
Color Rand(60,255),Rand(60,255),Rand(6 0,255)

If d=0 Then
Print ''hi ''+y
Else
Text 0,x*14,''hi ''*snip*


Pixel_Outlaw

Print - Newline

28th June 2025
I wonder if that CLS is clearing after each file giving you only the latest.
But yeah, it would help to do a minimal test.
Ditch all the : and put 1 statement per line.


Jayenkai

Rebuilding the Browsercade

28th June 2025
(Image.png)
I'm now up to the bit where I'm fighting to make decent onscreen controls, and wondering just how well it'd work if I copy+paste swathes of JSE controller code directly across.
...hmmm..


Jayenkai

Print - Newline

28th June 2025
No, see.. right.. ..
.. Here's what you've done, there..
Right..
Is what you've done, see, is you've now given us the version that you corrected, using the Text commands.
You're not showing us the version that didn't work, with *snip*


dna

Print - Newline

28th June 2025
Here's a version without the comments
[code] Graphics 1024,850,16,2:SeedRnd MilliSecs():Global G1,FILE$,TLR,IN$,HD$,SR$:HD$=&qu ot;Found In File : '':SR$=''Searched for : '':NFF$=''There was no | in ''
folder$=''P:\\MUS S''*snip*


Jayenkai

Print - Newline

28th June 2025
Ok, I've squinted for 15 minutes, and my guess is ....
''What is FontHeight() returning?''
...
Not ''what do you expect it to be returning''. But ''what IS FontHeight returning.''
No, my bad, that's the text version, it&*snip*


Jayenkai

Print - Newline

28th June 2025
I can't make head nor tails of that.
Most of the issue comes down to me not being able to unread commented out code.
Maybe I should look into modern text highlighting method. I'm sure it's more doable than it was almost a decade ago.


dna

BB Bug ?

28th June 2025
Is there something I'm missing or is there a bug in BB.
I tried using he PRINT command for showing the filenames during each pass but the text output does not issue the 0A 0D to begin a new line, it just writes over the previous text that is on the sc*snip*


Jayenkai

Happy Birthday, Dan

28th June 2025
Merry Cakemas! [*cake]


Dan

Happy Birthday, Dan

28th June 2025
Thanks !


Socoder

Happy Birthday, Dan

28th June 2025
Happy Birthday to Dan


Socoder

Brutalism Week

28th June 2025
Screenshot SaturdayPost a screenshot of something you're working on. It doesn't need to be relevant to this week's theme.


Jayenkai

Rebuilding the Browsercade

27th June 2025
Eeeeuw, what a nasty ratio that is!!!
Get a squarer phone ;)
On mine it's 2.5 vs 3, so it's not as noticeable.
In Spike's defence, it really is hard to manage...
A, having floor and topmost spike in view
And
B, having enough lookahead
Bu*snip*


Pixel_Outlaw

Rebuilding the Browsercade

27th June 2025
What I mean is information is lost when you crop the screen.
It's much easier to plan when you see 4 spikes instead of two.
So you can see that visual information is removed in one version making it harder when it's technically the same game.
*snip*

Newer Posts More - Older Posts