Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
blue ball!
#1
oh yeah!!! i'm 1337 now!!! chek these 1337 coding skills....someday i'll rule the world


Code:
screen 13
circle (a,20),5,1

go:
for i = 1 to 320
   cls
   circle (a,20),5,1
   a = a + 1
   sleep 10
   if a = 320 then
      goto bounce end if
next

sleep 1500

bounce:
for i = 1 to 320
   cls
   circle (a,20),5,1
   a = a - 1
   sleep 10
   if a = 1 then
      goto go end if
next
url=http://www.random-seed.net][Image: asylumsig.png][/url]
Reply
#2
It doesn't work... At all. Win98SE
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#3
We know.. xteraco double posted.


Fixed code:
[syntax="QBASIC"]screen 13
circle (a,20),5,1

goo:
for i = 1 to 320
cls
circle (a,20),5,1
a = a + 1
if a = 320 then
goto bounce
end if
next

sleep 1

bounce:
for i = 1 to 320
cls
circle (a,20),5,1
a = a - 1
if a = 1 then
goto goo
end if
next [/syntax]
Reply
#4
i didnt have any trouble w/ it in freebasic
url=http://www.random-seed.net][Image: asylumsig.png][/url]
Reply
#5
It's only two lines that needs to be fixed:

Quote: goto bounce end if
Should be:
Quote: goto bounce
end if
Reply
#6
win98SE people... Am I the only one that uses old stuff? =P

Z!re your code doesn't work either... Just makes my cursor into the hour glass thinking thingy and i have the ctrlaltdel to get out of it.
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#7
It's QB code...

And I'm on win98 first edition. ha! Big Grin
Reply
#8
The why the heck is it in a FB projects section >_>
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#9
I dunno...

xteraco isnt exactly known for following the rules is he?
Reply
#10
i compiled it and ran it and made it w/ freebasic...thats why i decided to post in the fb section, i'm using winxp pro...
url=http://www.random-seed.net][Image: asylumsig.png][/url]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)