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




Jayenkai

BB vs Virus Protection

30th June 2025
''What's going on?''
A False Positive is what's happening.
This is when someone, somewhere, creates something ''a bit virusy'' using the language, and the virus scanner can't quite decide what bit of the program is causing tha*snip*


Pixel_Outlaw

BB vs Virus Protection

30th June 2025
I imagine you tried to download BlitzBasic and got malware
Or your computer got infected by something that replaces launchers.
Where did you get the original binary from?


dna

Error

30th June 2025
I get an odd error when launching BB under windows 10
It gives me the message:
PUAAdvertising:win32/ShopHome
Every single time I tell the threat protection to block or delete it but it still returns every time the application is launched. I'm thinki*snip*


Jayenkai

Switch 2

30th June 2025



spinal

Switch 2

30th June 2025
What magic is that?


Jayenkai

Switch 2

30th June 2025
For those interested.
No audio, and kinda slow frame rate..
[vid]https://socoder.net/uploads /1/2025/27/IMG_2123.mov[/vid]
Could not activate JSE.


Pixel_Outlaw

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

30th June 2025
I'd use a select/case conditional or lookup table instead of all those ifs.
You then make a conversion function and call that.
Which version of BlitzBasic are you using?


Jayenkai

Feeling Hot

30th June 2025
(Image.jpeg)


RemiD

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

30th June 2025
[quote]
Blitz could handle Color 0,0,RGB
That way you could have things like Red=&FF0000: Color 0,0,Red
[/quote]
not sure, but this is a good suggestion, indeed.


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*

More - Older Posts