Page 5 of 14
Posted: Sun Jan 23, 2005 9:46 pm
by Mitth'raw'nuruodo
Never minde my last two replies,
Well, I shrunk my image to 80*73, as a 3KB .jpg file (note: same image as a .gif file will be 20KB for some reason...) and I Uploaded it to this site...*sigh*.
You like it?
It was the best image I could come up with (had to scan and gut).
Posted: Sun Jan 23, 2005 10:08 pm
by Rattrapmax6

, got some red eye, creepy, but interesting.. lol.. yeah its cool, full face shot be interesting too..

Posted: Sun Jan 23, 2005 10:25 pm
by Guest
Well I had no full face shot to work with.
The red eye is supposed to be there because the guy gots red eyes.
The guy's supposed to have blue skin but it came out sorta blueish gray...
Well were up to 5 pages!!! Woo!

Lets see how far we can go.
If you have any ideas for my SW game just let me know, also if you need any help, or testing on your game just let me know.
Ummm...Does Rudy have any meaning to you? Just an idea...
Posted: Sun Jan 23, 2005 10:26 pm
by Guest
BTW that was me again....I forgot to log back in.... oh well
Posted: Sun Jan 23, 2005 10:28 pm
by Mitth'raw'nuruodo
hmmm...I seem to be having a login problem well 3rd times a charm...
Posted: Mon Jan 24, 2005 3:48 pm
by Rattrapmax6

Yeah, I was joking bout the red eye.. lol
Log in probs? The next time you log in, check the Auto loggin box

.

, As for the test play, I'm going to convert my files over to QB4.5, and break apart my code, and work in your mouse controll,. then test play meself, then release a demo, then maybe try to hold a poll or something, lol.. hehe!!
Huray! I got some ppl besides me to put in my credits (that scroll to, mind, lol)
Posted: Mon Jan 24, 2005 3:59 pm
by Mitth'raw'nuruodo
He..LOL
OF COURSE you should test it yourself...
But sometimes its good to have an outsider's oppinion of the program to make any suggestions, or to locate any errors hence beta versions and the career of game testing...LOL
Posted: Mon Jan 24, 2005 4:26 pm
by Rattrapmax6
Yeah, lol, I said I'll release a demo,. I'll send you one direct also..

, lol,. then put up a poll,. hehe!! lol

Posted: Mon Jan 24, 2005 4:33 pm
by Mitth'raw'nuruodo
Ok got it.
I'll also be sending a Beta Version w/poll for my program (which its still a secrete)
Speaking of which I've gotta go and sit down at my computer...

...wait! thats what I'm doing now...and just sick myself on my program.
>>>>>

Mit's Tip of the Post

>>>>>
>Tip #2:
>>>ESC returns CHR$(27) to INKEY$
Posted: Mon Jan 24, 2005 5:04 pm
by Rattrapmax6
PRINT "
, yep, lol,.. wish you luck on your program, whatever it may be.."
SLEEP
See Z!re, I know bout FreeBasic,.. lol
PS: I edited this if my next post doesn't make since,. lol,.

Posted: Mon Jan 24, 2005 5:24 pm
by Mitth'raw'nuruodo
Ummm...Isn't PRINT and SLEEP also valid QB code too?
Posted: Mon Jan 24, 2005 6:20 pm
by Rattrapmax6
Oh, I forgot, its like this...
PRINT " Hello, world!!"
SLEEP
Colorful aye..
or to scroll up the screen!!...
LOCATE 22,
1
PRINT " Hello, world!! I'm going up!!"
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP 700
PRINT
SLEEP

And there you go! FreeBasic!!!!

at its standered color scheme, has a few, like the Matrix,

.... hehe!!
Posted: Mon Jan 24, 2005 6:47 pm
by Mitth'raw'nuruodo
As you would say, Aye.
Most languages now a days have a color scheme like that.
In fact if Microsoft did a Windows version of QB then it would be like that (Not same as Visual basic). Or mabey Linux....
No excuse me I have some coding to do...
Oh yeah....a tip...hmmm....
>>>>

Mit's Tip of the Post

<<<<
>Tip #4:
>>>If you want to learn something new look into the tutorials of this site...it has a wide range and take the time to LEARN it, the authors did write them for you ya know!
Posted: Mon Jan 24, 2005 6:58 pm
by Rattrapmax6
Aye, but MS didn't make a windows version of QB, making FB the on QB-like language with this color scheme! lol

Besides, I never seen any other programming laguage other than QB.. oh well,. lol,.
Besides, If I was making this up, I'd made the text black like in my first post,( b4 I edited it), not red,.

The one above, If you typed that code, would look exactly the same color with the FBide,. you did notice its..
and not..
like I would normaly put in QB, you'll be there awhile in QB if you use 700,. but if you use 1 in FB, you'd nver c what happend.. lol,.. its miliseconds or somthing in FB...

Posted: Mon Jan 24, 2005 7:17 pm
by Mitth'raw'nuruodo
I seriously HATE the SLEEP command!!!!!!!
You see it waits until the timer runs out, OR a key is pressed, OR an event is triggered.
To me thats Blah!
I would never use that! Its like a Inkey$ but has a specified time for input.
But I do like the timer runs out thing

. I hate pause FOR loops too.
But a better way to do that is to look at the time tutorial.

.
No tip for now.
Posted: Mon Jan 24, 2005 7:35 pm
by Rattrapmax6
Um,. at the end of a FB prog, you have to put "SLEEP", or:
DO
press$ = INKEY$
LOOP UNTIL press$ <> " "
Other wise, you'll never see what the prog did,.

it automatily quits like..
Posted: Mon Jan 24, 2005 7:47 pm
by Mitth'raw'nuruodo
Yes so did C++, However in that you should use it and I would, but I never used FB.
In C++ you have to put system("PAUSE");
I believe.
An equivalant code would be:
PRINT "PRESS ANY KEY TO CONTINUE..."
DO : LOOP WHILE INKEY$ = ""
>>>

Mit's Tip of the Post

<<<
>Tip#5:
>>In QB you can simplify just waiting for any keystroke by using DO : LOOP WHILE INKEY$ = "". Or simplier INPUT(1).
Posted: Mon Jan 24, 2005 7:56 pm
by Rattrapmax6

FreeBasic is sweet, you need to get one and look at what Relsoft did with it,.. really, really sweat.. then Neks putting togetter FIDO,. hehe, thats really super sweat.... He posted some pics of that on here somewhere..
C++

I wish I had the computer for that, oh well

, theres still FB, and it looks just as good!!..

Posted: Mon Jan 24, 2005 8:03 pm
by Mitth'raw'nuruodo
Really, I'll have to check those out...
I bet I could do the same in QB though.
Posted: Tue Jan 25, 2005 12:34 pm
by Rattrapmax6
Actully, it does more than QB, its 32 bit, and can opperate in windows.
