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




Phoenix

Encryption

17th April 2008

I'm sure Agent Smith knows the most about encryption on this forum. He hasn't been here for five days, but he'll show up eventually, I guess. I know nothing about it though, so I'm of little help.
Good luck, though!


Phoenix

The Great Games Experiment

12th April 2008

I haven't played any big game for a very long time, actually. When I did play games though, I bought them.
Game programming got me out of gaming -- ironic, isn't it?


Phoenix

No, use this!!!

11th April 2008

[quote]C) Reasons not to use Blitz, and why other languages are better.
It's obvious that the guy picked Blitz for a reason. He's still learning this stuff. Give him time, and he'll make his own choice of what language to go for.[/quote]
That's what I wa*snip*


Phoenix

No, use this!!!

11th April 2008

I disagree, actually.
It's a discussion forum, and we don't all think the same things, and that's why we argue. It wouldn't be any fun if we all agreed. Believe it or not, I find "X is better than Y"-topics interesting sometimes.
I do however agree that *snip*


Phoenix

Restarting my media player.

5th April 2008

*Sigh*
(Image.png)
I'm not removing the anti-aliasing. It would take an hour, and the graphics would look too sharp. So, I've just used the background color I said above.


Phoenix

Restarting my media player.

5th April 2008

I tried to make a hover and a press state, not sure how they work though as I haven't tested them.
#242424 (R: 36, G: 36, B: 36) works quite well as background.
#4AA1DA (R: 74, G: 161, B: 218) could be used for text.
(Image.png)
And yes, you're allow*snip*


Phoenix

Restarting my media player.

5th April 2008

(Image.png)


Phoenix

Restarting my media player.

4th April 2008

I don't have a DS, so I cannot see what it looks like.


Phoenix

Restarting my media player.

4th April 2008

Is this what you meant? Not sure about what kind of background you were referring to.
(Image.png)


Phoenix

Restarting my media player.

3rd April 2008

I gave it a shot as well:
(Image.png)
They're a bit big, but they can be scaled down if you like them.


Phoenix

sine wave animation?

2nd April 2008

If you want a PSP-style background, you're probably better off pre-making it in some image editing program.
In addition to Mike's solution, here's a quick Blitz example:
[code]
Const gfxW = 600
Const gfxH = 400
Graphics(gfxW, gfxH, 0, 2)
SetBuffer(Ba*snip*


Phoenix

Jazz på Svenska

2nd April 2008

Same here, I was a bit surprised, and I'm also not a fan of jazz. I've heard both songs before, and the first one is (as MetalMan said) played quite often. Can't remember if it's in advertising or not, but it probably is.
[edit]No, I don't own the CD, and*snip*


Phoenix

#144 - The Explosive Challenge

31st March 2008

I got to level 6 and then gave up. Nice games, both of you :) Jay's game wasn't as hard, but still very entertaining.


Phoenix

large numbers in blitz...

30th March 2008

Use Rand() instead of Rnd().


Phoenix

large numbers in blitz...

27th March 2008

Jay will hate me for mentioning DLLs, but they do exist.
I also agree with JL; make the universe smaller. It's the easiest solution.


Phoenix

File/Folder browsing in Blitz3D...

22nd March 2008

You know, there is a GetKey() command :P


Phoenix

3D in 2D Cube

20th March 2008

A classical and simple 3D effect made in 2D


Phoenix

File/Folder browsing in Blitz3D...

20th March 2008

(Yes, I am bored!)
Now features a draggable window! Click the mouse to show the file selection dialog. Change wndW and wndH to get different window sizes.
[code]
Const gfxW = 400
Const gfxH = 300
Graphics(gfxW, gfxH, 0, 2)
SetBuffer(BackBuffer())
; *snip*


Phoenix

File/Folder browsing in Blitz3D...

19th March 2008

Actually, they behave the same because I programmed them to do so. Couldn't be bothered giving the different behaviors :P
Update the folder checking code to this:
[code]
If(f\\name$ = ".")
; Should strip everything except the two first letters (the dri*snip*


Phoenix

File/Folder browsing in Blitz3D...

19th March 2008

[code]
Graphics(400, 300, 0, 2)
SetBuffer(BackBuffer())
; All files in the current dir are given a File
; Cleared each time a new dir is browsed
Type File
Field name$
Field n ; This field is only used to draw each item at different positions. It i*snip*


Phoenix

problem with animations

19th March 2008

I'm quite sure there is a .b3d exporter for Milkshape. .b3d is Blitz3D's official model format, and if I remember correctly it is quite superior to the alternatives offered.


Phoenix

Care to help with Beta Testing? (HTML Help authoring tool)

19th March 2008

I, too, don't have Word installed. Sorry.
[edit]If anyone wonders, I'm using OpenOffice, which can save .doc files so I'm happy.[/edit]


Phoenix

Einstein's Riddle

19th March 2008

This is the answer:
[spoiler]The German owns the fish[/spoiler]
(Yes, obviously one person owns the fish!)


Phoenix

Einstein's Riddle

19th March 2008

I found a nice riddle, which supposedly, Einstein created. I doubt that. Doesn't matter though, it was still entertaining :) I needed pen and paper to beat it, and I guess you will too. Don't cheat!
[big]Riddle[/big]
There are 5 houses painted in differe*snip*

Newer Posts More - Older Posts