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




Andy_A

PlayMyCode: Tentacle thingies

18th April 2012

Very nice graphics!
Looks very similar to what jkrankie did: (Linkage)


Andy_A

Any good books, lately?

30th March 2012

George R. R. Martin's "A Song of Ice and Fire" (5 book series).
Excellent writing, awesome character development, and stuff to make you empathize with characters.
All in all a great read.


Andy_A

How to: Hafnium

22nd December 2011

Forget about the Oslo blast. A matter/anti-matter explosion is the principle behind atomic and hydrogen bombs. Think megaton yields.
Glad to hear you and where ever your at didn't go 'POOF!'


Andy_A

Cartoon Sheep Function

3rd July 2011

Make all the cartoon sheep you could ever want...


Andy_A

Filled Rotated Ellipses

3rd July 2011

Rotate an ellipse to any angle and fill it


Andy_A

Cartoon Speech Bubbles

3rd July 2011

Function to draw cartoon speech bubbles


Andy_A

Cartoon Thought Bubbles

1st July 2011

Function to draw cartoon thought bubbles


Andy_A

Nice fading effect

1st July 2011

You could also do something like this.
[code]Graphics 640,480,32,2
SetBuffer BackBuffer()
inc# = .05 ; there are 20 steps of 0.05 between 0.0 and 1.0
fadeRate% = 50 ; update alpha value every 'fadeRate' milliseconds
While MouseHit(1)=0
Cls
;
*snip*


Andy_A

Texture Filled Triangle Function

13th June 2011

Fill any triangle with any texture


Andy_A

Intersection Points of Two Circles

1st April 2011

Get the intersection coords


Andy_A

FAST! - Scan line filled polygons

17th March 2011

Fill ANY polygon quickly


Andy_A

Bresenham like Circle and Ellipse functions

24th January 2011

Both of these functions are faster than 'Oval'


Andy_A

How to: Hafnium

28th December 2010

Here's a link to describe a magnetic confinement device. In this particular instance it's about keeping 20 million degree Celsius plasma from touching anything else.
(Linkage)


Andy_A

File Manipulation

8th December 2010

Glad it all worked out for you.
Getting the data into arrays was the toughest part (and it wasn't all that hard).


Andy_A

File Manipulation

6th December 2010

Here's what it sounds like you want.
[code];Calcualte correlation coefficient between each of
;of the firms uaing data from the data files
Global FirmNumber = 0;Number used to iterate through the names of the firms
Global OutputCounter = 34 ;For displa*snip*


Andy_A

Image rotation?

1st December 2010

A quick and dirty way to fill in the gaps is to plot a 2x2 rect instead of a single pixel.
The drawback is that your image may be slightly distorted due to the way the rects overlap.
[code]; Rotate image...
Graphics 640,480,0,2
pic = CreateImage(120,12*snip*


Andy_A

Rounded rect buttons with centered text + word wrap

7th October 2010

Rounded Text Buttons/Panels


Andy_A

Blitz 2D and 3D Printing

25th August 2010

Why not make the instructions in the form of an HTML file? Even if you don't know HTML you can type up the instructions in Word or Open Office doc and save as a web page.
Then the user just clicks on the help button/menu item and your program opens up the*snip*


Andy_A

Test needed.

6th August 2010

Just the footer showing here also.
WinXP
IE7


Andy_A

backuping up loads of files to dvd...??

6th July 2010

I bought a Kingston 'DataTraveler 200' 128GB USB drive for $42 - 3 weeks a ago. I looked for the same drive today, and the lowest price is $275, so I won't recommend you spend that much. However you can get a 32GB USB drive for $49 here...
(Linkage)
(*snip*


Andy_A

Level storage?

1st July 2010

@Mog: Yeah, in the good ol' days (c64 era) everything was stored in nybbles and bytes. The worst part was that if you didn't write some type of editor, you had to do the binary translating yourself.


Andy_A

Level storage?

1st July 2010

Why not store your values (0-15) as eight 4-bit values per unsigned long?
To encode or decode would be rather trivial using the "<<", ">>", "&" operators in C, and would reduce storage requirements to only 12.5% of original.


Andy_A

Building a PC

31st December 2009

I used to custom build all of my PC's until I recieved a bad motherboard. Then all of the separate vendors started pointing fingers at the 'other guys' product. A real nightmare.
I would highly suggest going to www.pricewatch.com and buying a 'bare bones*snip*


Andy_A

Palettes and Bitmap Fonts

26th October 2008

[quote]My question is, can Blitz Basic 2D apply palettes to images, or specifically in my case, Bitmapped Fonts?
[/quote]
Yes, and you can do it as fast as displaying two images to the screeen or a buffer.
(Linkage)


Andy_A

Fatbox rectangle with rounded corners

26th September 2008

Just saw this post.
Glad it's gonna work for you.
Cheers,
Andy

Newer Posts More - Older Posts