Search found 57 matches

by nkk_kan
Fri Jun 27, 2008 11:49 am
Forum: Pete's QB Site News
Topic: QB Express #29 NEEDS submissions!
Replies: 13
Views: 65526

I recently completed my game "Explode"

you can find stuff about it here

http://nkk.phatcode.net/explode.html
by nkk_kan
Thu Apr 03, 2008 10:12 am
Forum: Freebasic Questions & Answers
Topic: What's up with the FB site?
Replies: 3
Views: 27558

Fb.net is running slow these days..
and they haven't repaired it yet
by nkk_kan
Fri Jan 18, 2008 2:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBasic Animation Question(s)
Replies: 18
Views: 38850

oh right ..sorry..my mistake >.< :oops:
pp256 - screen 13 - 256 colours

haven't used Qb for a while.. :wink: :lol:
by nkk_kan
Thu Jan 17, 2008 9:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBasic Animation Question(s)
Replies: 18
Views: 38850

err... i dunno about changing the colours and i don't understand the data..maybe someone else can explain it to you...but as far as i know Pp256(Pixel Plus) was designed to create images for screen 7 that is 255 colours and 320 x 200 screen mode.. but i think you should use screen 7 which is the fas...
by nkk_kan
Mon Jan 14, 2008 8:47 am
Forum: Freebasic Questions & Answers
Topic: Is FB QB in disguise?
Replies: 54
Views: 129886

yes, i got that error occassionally when using to compile my code using FBIde and just adding a line fixed that,
i added

Code: Select all

Using FB
at the top of my code
by nkk_kan
Sun Jan 13, 2008 3:56 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBasic Animation Question(s)
Replies: 18
Views: 38850

good dude ^_^

do you file manipulation?

store the data in a file and then read them...
you can create more number of frames without bloating ur program...

or maybe you can use BSV images..

check out "Bload" and "Bsave" commands in the help!!
by nkk_kan
Sat Jan 12, 2008 11:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBasic Animation Question(s)
Replies: 18
Views: 38850

you need to mask it to hide that black colour surrounding the circle..

try this tut ...it helped me once..

http://www.petesqbsite.com/sections/tut ... tutor6.txt

and also check out

http://www.petesqbsite.com/sections/tut ... sign.shtml

happy coding~!
by nkk_kan
Sat Jan 12, 2008 10:33 am
Forum: Freebasic Questions & Answers
Topic: Is FB QB in disguise?
Replies: 54
Views: 129886

maybe someone can write a program or something which can automatically update the older version programs to latest one :?: (i don't know whether this is possible or not...) and update it too alongwith newer Fb versions..
by nkk_kan
Sun Dec 23, 2007 8:01 am
Forum: News and Announcements
Topic: Scrolling engine
Replies: 20
Views: 58613

seconded seb..

peace out guys..
it's just as lachie told
Teach for the pleasure of making a coder or a game designer from someone who was not one before, and not for being a credit-whore.
by nkk_kan
Sun Dec 23, 2007 7:51 am
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 44563

i know this is not valid...but i tried to squeeze it...lol....it's 239 without spaces :P RANDOMIZE TIMER ? "1.rock" ? "2.paper" ? "3.scissors" INPUT i a: c = INT(RND(1) * 3) + 1 IF c = i OR c < 1 GOTO a SELECT CASE c CASE 1 IF i = 3 THEN r = 1 if i = 2 then r = 2 CASE 2...
by nkk_kan
Sun Dec 16, 2007 6:32 am
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 44563

but if the library's 255 char long
that means that our program needs to be 0 char long? =P
ok
i'm trying it! =P
by nkk_kan
Thu Dec 13, 2007 5:28 am
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 44563

lol you tried it? cool =p

well...u can make some nice gfx i think ??
by nkk_kan
Thu Dec 13, 2007 5:16 am
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 137114

excuse my n00byness but what is pce and nds? :oops:
by nkk_kan
Thu Dec 13, 2007 5:01 am
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 44563

lurah's 255 char gaming idea is appealing one.. i'd try that one.. oh and by the way..will it be only QB or both qb/fb? Doppler effect idea's also mind tingling.. math behind it isn't that hard..basically physics' stuff or rather held a competition in which a certain problem is given and we've to so...
by nkk_kan
Tue Dec 04, 2007 5:04 am
Forum: QBASIC and QB64 Questions & Answers
Topic: File handling and Case study....
Replies: 6
Views: 13665

well...assuming that u KNOW some qbasic commands.. u need some simple commands and loads of logic... you'll find SELECT CASE command useful.. just print out the menu and get the number using INPUT command.. and print that in ur notepad file as shown by Mac.. and searching and deleting is harder and ...
by nkk_kan
Tue Dec 04, 2007 4:51 am
Forum: News and Announcements
Topic: Announcing Gflux
Replies: 15
Views: 39045

You are making that 256 bit color depth in screen res command :shock: screenres width,height,[depth],[num_pages],[flag],[refresh_rate] try giving 60 hz as refresh rate? .... maybe it would work in full screen then...and incidently screen command also has this refresh rate option.. and you need palet...
by nkk_kan
Fri Nov 30, 2007 6:22 am
Forum: General Discussion
Topic: What's the best way to fill in a triangle?
Replies: 11
Views: 26915

Rasterization or rasterisation is the task of taking an image described in a vector graphics format (shapes) and converting it into a raster image (pixels or dots) for output on a video display or printer. and you should get good info on this too.. http://en.wikipedia.org/wiki/Rasterisation because ...
by nkk_kan
Mon Nov 26, 2007 3:20 am
Forum: Pete's QB Site News
Topic: QB Express Article Requests
Replies: 140
Views: 631902

i don't know whether this request has already been made or not but her it goes..

Tutorial about loading images of different formats..Jpeg,png,Rle Bmp in fb .18?
by nkk_kan
Fri Jul 27, 2007 5:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with another code!
Replies: 9
Views: 17141

oops not Download section :oops:

anyways here's the link..

http://www.petesqbsite.com/sections/tut ... sign.shtml

and that Darkdread's tutorial is also excellent..
by nkk_kan
Fri Jul 27, 2007 5:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with another code!
Replies: 9
Views: 17141

just change this line if health = 0 to if health <= 0 so even if the health goes below 0 , it will kill the player. and if you're planning to make this a big rpg sort of game.. you should use a variable called MaxHealth which stores "20" and print the variable instead of "/20".. ...