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




Andy_A

Fatbox rectangle with rounded corners

17th September 2008
Here's a way to make the filled rounded rects using the 'fatSuperEllipse' function.
[code]
AppTitle "Rounded Rects Using Fat Super Ellipse"
Global sw%, sh%
screenSize(1)
ClsColor 255,240,200
Cls
SeedRnd MilliSecs()
st = MilliSecs()
numRects% = 200*snip*


Andy_A

Fatbox rectangle with rounded corners

17th September 2008
Seems like you should be using "fatSuperEllipse" which will produce the rounded rects using "fat lines"
(Linkage)


Andy_A

Need a new power supply....

7th September 2008
Glad it worked for you!
Whenever I have to buy computer parts, that's the first place I look to compare prices if nothing else.


Andy_A

Need a new power supply....

6th September 2008
For U.S. shoppers the best place to compare prices and features for computer parts and supplies is at www.pricewatch.com
In this case, here's the page to start looking: (Linkage)


Andy_A

Dot Matrix Font

5th September 2008 Blitz, Windows
A font for 'Retro' projects


Andy_A

simple image warping ?

27th June 2008
Yeah I wrote that using B+
You could just comment out that one line containing request file and it should compile without a hitch.


Andy_A

simple image warping ?

22nd June 2008
Here's a version that fills in the "holes", but in doing so creates artifacts at certain angles.
[code]Graphics 640,480,0,2
SetBuffer BackBuffer()
; DrawImageWarped Image ,
; TopLeftX, TopLeftY
; TopRightX, TopRightY
; BottomRightX, *snip*


Andy_A

Point In Polygon

23rd May 2008 Blitz
Check if point is inside of polygon


Andy_A

Discussion point: read one long line or multiple short lines?

23rd May 2008
Reading the entire line of text from a disk file into a single string is definitely going to be faster. Then just parse the line for the different fields and store the values in an array for sorting/searching.
This might do what you want
(Linkage)


Andy_A

String Parsing Function

23rd May 2008 Blitz
Good for delimited files and word count


Andy_A

Connecting Lines

24th April 2008
Here's a fast lines intersect function.
[code]AppTitle "Line Intersection Function by Andy_A"
Graphics 800,600,32,2
SetBuffer BackBuffer()
Global intersectX%, intersectY%
While Not(KeyHit(1))
Cls
x1 = Rand(0,799) : y1 = Rand(60,599)
x2 = Rand(0,*snip*


Andy_A

Organization/Time Clock Program?

24th March 2008
You might want to look at some "Customer Relationship Management" (CRM) software. The two that I used and was most familiar with are "Goldmine" and "ACT!". Both help by allowing you to write notes as your talking to a client and to set alarms with reminde*snip*


Andy_A

Fast Image Color Replacement

26th February 2008 Blitz, Windows
Good way to change sprite colors in real time


Andy_A

Circle from 3 points

26th February 2008 Windows
Define a circle using any 3 x-y coords


Andy_A

2D Terrain Generator

23rd February 2008 Blitz, Windows
Old skool 2.5D Terrain Generator in B+ GUI


Andy_A

Alpha Sprites

23rd February 2008 Blitz, Windows
Realtime alpha blended sprites

Newer Posts More - Older Posts