Search found 34 matches

by mundofr
Fri Apr 22, 2005 4:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Change the .EXE file Icon??
Replies: 18
Views: 26890

Change the .EXE file Icon??

okay, maybe this has nothin to do with Qbasic but well, i gotta ask :D

i was wondering if any1 kno how to change the icon of the .EXE file once u r done with the game or program :D well, thats all, and i kno it has nothing to see with QB :d
by mundofr
Thu Apr 21, 2005 8:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Save Function
Replies: 4
Views: 6598

hehe :lol:
can u explain it better? wat does the "%" symbol means???
by mundofr
Thu Apr 21, 2005 3:19 pm
Forum: News and Announcements
Topic: Hopefully an intresting RPG
Replies: 10
Views: 16274

good luck 8)
by mundofr
Thu Apr 21, 2005 8:31 am
Forum: News and Announcements
Topic: NEW SCREEN MODE for QB!!!!!!!!!!!!!!!!!
Replies: 6
Views: 13177

Re: NEW SCREEN MODE for QB!!!!!!!!!!!!!!!!!

i have found a brand spankin' new screen mode!!! 1087 by 570 or sumthing, and get this it has 255 colours!!!! just enter SCREEN 45 and you gottit. i dont know why microsoft hazzent told us of this earlier. spread the news i cant do it alone!!! mm... 1087 by 570 isnt even a possible combination to a...
by mundofr
Wed Apr 20, 2005 10:46 am
Forum: News and Announcements
Topic: EVERYONE READ THIS <<<>>>
Replies: 65
Views: 92781

lol here goes my code to move with keys :D hehe do press$=inkey$ if press = "A" then guyx = guyx - 1 ' just keep doin it for every key u wanna use ' it worked for me 'when i made a 2 player game, it can input 2 'or more keys at the ' same time loop until press$ = CHR$(27) 'esc key lol i ho...
by mundofr
Wed Apr 20, 2005 10:39 am
Forum: News and Announcements
Topic: Vote for me please
Replies: 8
Views: 15392

hey u gotta stop posting things that have nothin to see with QB... u can get your own Forum and Geocities.com if u want to use a forum with friends.. :lol:
mundo fuentes
by mundofr
Tue Apr 19, 2005 7:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a Character jump!! in a 2d game, not rpg
Replies: 10
Views: 15260

thanks a lot! :D :P
by mundofr
Tue Apr 19, 2005 9:39 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to add music clips?
Replies: 8
Views: 13111

hey lol i didnt get anything about the music :D can some one give me a good example? or a Tutorial? thanks a lot...
doe smy QB4.5 works well with those music files?
by mundofr
Mon Apr 18, 2005 6:26 pm
Forum: Pete's QB Site News
Topic: Spammer and the site database
Replies: 23
Views: 54368

yeah Pete u should put like a lock for Anonymous users, so they can just post like 2 posts per day ukno, so everyone could post a new but not spam :D, and also u can let the experts to post every 30 seconds or somethin like that..
lol as some1 said.. "my two cents"
:wink:
by mundofr
Mon Apr 18, 2005 6:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a Character jump!! in a 2d game, not rpg
Replies: 10
Views: 15260

Hey thanks Mitth 'raw' nurodo. I unterstood the formula u made :D and now i can make my game cooler.. i just deleted the speed varaiable so the speed is actually the left or rigth, i made a demo for the physisis if any1 wants it :D http://www.freewebs.com/mundofr/jumptest.exe download it :D Thanks a...
by mundofr
Mon Apr 18, 2005 7:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to add music clips?
Replies: 8
Views: 13111

How to add music clips?

The other day i was checking some source code from a very good game but it didnt have sound, the code had something like this:

Code: Select all

SOUND 4000 .3
Can someone tell me what that means and if that is the way to add music files?
by mundofr
Sun Apr 17, 2005 1:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: ~Shared Sources~ We are only human =^.^=
Replies: 10
Views: 17811

yeah u put the statement:

Code: Select all

 COMMON SHARED variable, variable2, variable3 
before anythin else in your program, u delcare your sub and then right after that u put the common shared statement, of course u put it in the main program.
hope this helps... :D
by mundofr
Sun Apr 17, 2005 12:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a Character jump!! in a 2d game, not rpg
Replies: 10
Views: 15260

wow thanks a lot, it actually works now, but i was wondering if u can move the sprite while it is in the air?
and also were can i put that code that Mitth 'raw' nurodo posted.. :D
by mundofr
Sat Apr 16, 2005 9:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a Character jump!! in a 2d game, not rpg
Replies: 10
Views: 15260

How to make a Character jump!! in a 2d game, not rpg

I was wondering the other day how to make a sprite jump, like how to measure the heigth and time in the air, does any1 kno statement or loop to make that possible?
im trying to create some kind of 2d game, but i cant make my char jump