Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
starting ll again
#11
yeh... thats actually the problem...

DO
LOOP UNTIL TIMER - delay# > .007

how come its not blazing fast on mine? :S do you have a really fast computer? i have like 500 mHz

even still shouldnt that delay it?? im checking for delay# at the beginning of the loop, and doing that calc at the end
Reply
#12
Quote:yeh... thats actually the problem...

DO
LOOP UNTIL TIMER - delay# > .007

how come its not blazing fast on mine? :S do you have a really fast computer? i have like 500 mHz

even still shouldnt that delay it?? im checking for delay# at the beginning of the loop, and doing that calc at the end

I'm on a net cafe running XP. :*)

You can do what zire did. :*)

Try to contact her at freebasic.tk
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#13
thanks dude ill try, but isnt she like MIA or something? <.<
Reply
#14
Quote:thanks dude ill try, but isnt she like MIA or something? <.<

Nah, only here. She's active at freebasic.tk and we chat at badlogic from time to time. ;*)
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#15
i tried going to bad-logic a while ago? where are you talking about??
Reply
#16
Mirc.

Server: EFNET
Channel: Badlogic
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#17
FB's timer has a much higher resolution than QB's. Try this...

Code:
DO
LOOP UNTIL TIMER - delay# > 70
Reply
#18
=| youre joking right? i did that and it just halts for 70 seconds...


do
? timer
loop

one a second on all systems, right?


oh btw whats the address for efnet? i dont know this ;p
Reply
#19
irc.efnet.net

And yeah, FB's timer has a higher resolution, but it's still in seconds dr_d, not milliseconds as sleep Wink
url=http://www.copy-pasta.com]CopyPasta[/url] - FilePasta
Reply
#20
crashes on my system for some reason
dunno why opens the screen but doesn't display anything after 5 seconds it closes.

edit: hm seems like i have to start it from the console heh. ow works but is slow. ( 850mhz celeron, crappy gfx card ). works fine in fullscreen though
quote="NecrosIhsan"]
[Image: yagl1.png]
[/quote]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)