Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lame game wont work
#21
This way - http://faq.qbasicnews.com/?blast=DoubleB...ngConcepts Wink
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#22
Quote:
Code:
FOR y = 1 TO 10
FOR x = 1 TO 10
READ srite
PSET (x, y), sprite
GET (1, 1)-(10, 10), sprite
trash those SLEEPs and move your GET to the OUTSIDE of the for statements.

Quote:
Code:
IF map(x, y) = 1 THEN PUT (x * 10 - 10, y * 10 - 10), tile1
IF map(x, y) = 2 THEN PUT (x * 10 - 10, y * 10 - 10), tile2
IF map(x, y) = 3 THEN PUT (x * 10 - 10, y * 10 - 10), tile3
NEXT
NEXT
PUT (X, Y), tile, PSET <-- pset, so you don't xor your tiles.
[/code][/quote]
ammit potato!
Reply
#23
thank potato i got that. the sleeps were just to test it.
Reply
#24
Quote:This way - http://faq.qbasicnews.com/?blast=DoubleB...ngConcepts Wink
i wnated this to be easy....
Reply
#25
SetVideoSeg ;*)

http://rel.betterwebber.com/MyProgs/Bubfight.zip
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#26
just copy the sub? man that only took 2 hours? i guess thata al those years of experiance.
Reply
#27
Quote:
na_th_an Wrote:This way - http://faq.qbasicnews.com/?blast=DoubleB...ngConcepts Wink
i wnated this to be easy....

Things are the way they are. I can't make them easy. And if you had read the FAQ entry I linked you'd have noticed that what Rel has linked (SetVideoSeg) is in fact what is used there, with complete explanation and examples.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#28
Quote:just copy the sub? man that only took 2 hours? i guess thata al those years of experiance.

Dude!

Dude!

Dude, I saw a guy pasting to DOS in XP by right clicking and then selecting something. Even if you can't figure that out, just save your code as a regular text file, open it up, and paste the sub from there!
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply
#29
i got win 95 and all u gotta do is un-maximize the screen and click the suitcase on the tool bar. for some reason it f's it all up tho unless u start qb with the /h extension (hi-resolution)
Reply
#30
Quote:Dude, I saw a guy pasting to DOS in XP by right clicking and then selecting something. Even if you can't figure that out, just save your code as a regular text file, open it up, and paste the sub from there!
when in dos window 'r-click' the window buton thingy at the bottom of the screen, pease edit, paste-


btw: you can also copy
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)