DOS Games Message Board
DOS Games Discussion
A message board to talk about DOS games, get help, and find old games.
Do NOT post warez or abandonware requests please
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


BMP's in gwbasic
Goto page Previous  1, 2
 
Post new topic   Reply to topic    DOS Games Discussion Forum Index -> Game Creation
Author Message
b_unlogged
Guest






PostPosted: Mon Dec 06, 2004 7:02 pm     Post subject: Reply with quote

hey, listen to this guy! He's a guru! Consider yourselves graced by his presence!
Back to top
Jack Bond the guest
Guest






PostPosted: Fri Dec 10, 2004 1:03 pm     Post subject: Reply with quote

I need help too. I'm not sure how to draw pixels. can any1 help me?
Back to top
Guest







PostPosted: Fri Dec 10, 2004 4:34 pm     Post subject: Reply with quote

Look in QBASIC Help, under the DRAW command.
Back to top
Jack Bond
Guest






PostPosted: Fri Dec 10, 2004 9:43 pm     Post subject: Reply with quote

I don't use qbasic I use GW basic
Back to top
bond
Guest






PostPosted: Sat Dec 11, 2004 12:27 pm     Post subject: Reply with quote

nevermind the graphics
I just wanna show a CCOOLL one I did A Frikkin Cuccoan
Back to top
baro_unlogged
Guest






PostPosted: Sat Dec 11, 2004 12:29 pm     Post subject: Reply with quote

uuum... right.

pset (x coordinate, y coordinate) colour

easy enough.
Back to top
Jack Bond
Guest






PostPosted: Sun Dec 19, 2004 1:41 pm     Post subject: Reply with quote

nevermind I'm past that.
I REEEEEEEEEEEEEEELY need to know how to bind space bar. Just like you bind arrows. I want to put like:
10 on key "however you do space bar" gosub 1000
20 goto 10
1000 print"success"
1010 return

and the same for the f key.
Back to top
Guest







PostPosted: Mon Dec 20, 2004 7:10 am     Post subject: Relsoft Reply with quote

Untested:

Code:
10 K$ = inkey$

20 if K$ = chr$(32) then gosub 100

30 if K$ = "" then 10

90 end

100 Print "Pressed Space"
110 return




[/code]
Back to top
Jack Bond
Guest






PostPosted: Mon Dec 20, 2004 8:22 am     Post subject: Reply with quote

ok I'll try that.
You guys are much more reliable than the people at www.axlstfc.com
so heres a reward.

http://www.newgrounds.com/portal/view/176901 http://www.newgrounds.com/portal/view/111291 http://www.newgrounds.com/portal/view/49489 http://www.newgrounds.com/portal/view/176901
http://www.newgrounds.com/portal/view/176901

1. DBZ in a nutshell
2. yu-gi-oh in a nutshell
3. pokemon in a nutshell
4. Sonic the hedgehog in a nutshell
5. rag doll game
Back to top
Guest







PostPosted: Mon Dec 20, 2004 8:24 am     Post subject: Reply with quote

sry last one is sonic again

http://www.stickpage.com/ragdollgameplay.shtml

that's it
Back to top
Display posts from previous:   
Post new topic   Reply to topic    DOS Games Discussion Forum Index -> Game Creation All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Free Windows games


Powered by phpBB © 2001, 2005 phpBB Group and Ask an Expert
Also powered by Darren and the other admin and mods' hard work! ;)