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




dna

Punctuation Issue

14th December 2024

There has to be something I'm doing incorrectly It worked fine then the next day it stopped. Same code


dna

Punctuation Issue

14th December 2024

[code]
Graphics 1500,800,16,2:SeedRnd MilliSecs():Color 180,180,0:Dim S$(16100),FND$(16100),C$(16000,2), CT$(16010),NI(16000),PC(20):Global P$
Dim B$(100),CURINLINE(100),MAX(100):Global LR_MOVE,CUR_FLAG,XC,YC,LI::Print
PRM$=''Searched for: '':XC*snip*


dna

Punctuation Issue

13th December 2024

I have not use BB in a while and so I am rusty at this however, this code gives me an odd error when I un comment the While Wend statement to use the BB=BB+1 variable. Yes I do remove the extra wend but the problem is that the program will not stop to prin*snip*


dna

Monster Munch Mayo

23rd October 2024

At least it's all natural. I would not eat that though.


dna

Trend Housecall Antivirus

16th October 2024

It finished detecting nothing.
Thanks for the software tip.
I was scanning version 1,18 just in case you need to know.


dna

Trend Housecall Antivirus

16th October 2024

This is taking longer than EMSISoft.
How thorough is this house product?


dna

Trend Housecall Antivirus

16th October 2024

OK. This is something new I've never heard of before.


dna

Virus in B3D v1.118?

16th October 2024

Hello All
I recently scanned my drive with EMSISOFT and it returned the error ''Gen:Variant.Lazy.590883 (8) in liner.dll
Is this a false positive?


dna

mini basic

4th August 2023

Great Idea.
Brings back memories of similar cross compilers from the 80s


dna

Newsletter - Resurrecting a Dead PC

2nd February 2023

I read your comments about running windwos 7.
I still do and get what I need out of the OS it's just that the machine I'm using needs updating but it still does what I need and not too slowly.
I'm not gaming on it and that probably why I sti*snip*


dna

Five Words - Thoughts

16th December 2022

Looks good the game but it does not work for me.
i just get sounds from the letters.
Is this still the beta?


dna

Downloading BlitzMax

11th December 2022

This is probably a stupid question but where is the link for downloading Blitzmax?


dna

Javascript?

7th December 2022

The examples in the link you provided show that it returns new values that replace the old ones in the original array unless I'm reading it wrong.
The second example is confusing even though its the same idea.


dna

Javascript?

7th December 2022

Is this the same or is there something else going on underneath?
[code]DIM A(10)
FOR I =1 TO 4:A(I)=2*I:NEXT
REM A(1)=2:A(2)=4:A(3)=6:A(4)=8
FUNCTION MAP(N)
FOR I=1 TO 4:A(I)=A(I)/2:NEXT
END FUNCTION
REM A(1)=1:A(2)=2:A(3)=3:A(4)=4
[/code]


dna

Javascript?

7th December 2022

I mean what does this function do?
What is the equivalent algorithm in BASIC?


dna

Javascript?

5th December 2022

This is probably a stupid question but is there an algorithm for the map(x,y, . . ) command for the basic language?


dna

Black Friday!!

25th November 2022

I've looked.
There isn't much here especially since the main store for buying things on Black Friday or any other time of the year, FRYS, went out of business.


dna

Font Rendering

22nd November 2022

I found one that works. You were right Jay.
Purebasic does the Font smoothing. Noe I'll need to code the program in that.


dna

Font Rendering

22nd November 2022

That Acknowledge font looks more jagged than what I'm experiencing.
Thank for the information.
I'll try Darkbasic or FreeBasic to see if they have something built in to correct the edges.


dna

Font Rendering

20th November 2022

I see that BB does not smooth onscreen fonts but does Darkbasic or any other basic that comes to mind?


dna

Deleting

17th November 2022

It's probably something stupid I missed but how do I delete pictures that I posted?


dna

Not rotating

14th November 2022

I don't see the performance gains from your second post however, here's the cube
[code]Graphics 800,600,16,2
SZ# = 150 : CX# = 140 : CY# = 96
SC# = 0 : A=0 : B=0
ANGLE# = 0
Dim PTS#(7,2):Dim RZP#(7,2) : Dim RYP#(7,2) : Dim RXP#(7,2):Dim PRJ#(7*snip*


dna

Not rotating

14th November 2022

At least I can see it now. I'll try to make adjustments for a perfect cube.
Thanks


dna

Not rotating

14th November 2022

I hate to be old fashioned but the code here does not move for some reason.
Any help is appreciated.
[code]Graphics 800,600,16,2
SZ = 150 : CX = 140 : CY = 96
SC = 0
ANGLE = 0
Dim PTS(7,2):Dim RZP(7,2) : Dim RYP(7,2) : Dim RXP(7,2):Dim PRJ(7,2)
Gosu*snip*


dna

Data Inclusion

10th November 2014

I'm thinking of using the technique for the Maze game I'm about to embark upon. No Graphics inside the thing yet just the maze information.

Newer Posts More - Older Posts