Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

The 20 Line Challenge / Bubbloids!!!

Author
Message
AnalSauceMonkey
21
Years of Service
User Offline
Joined: 24th Oct 2002
Location: I can't find myself
Posted: 3rd Apr 2003 07:08 Edited at: 4th Apr 2003 03:57
Bubbloids!!! (dbpro)

randomize timer():autocam off:hide mouse:sync on:sync rate 60:dim b(20):dim bx#(20):dim by#(20):dim ba#(20):ink rgb(200,0,0),0:for x=0 to 11:line x+100,100,x+200,300:line x+100,100,x+0,300:line x+0,300,x+100,200:line x+200,300,x+100,200:next x:get image 1,0,100,211,300:make object plain 1,10,15:texture object 1,1:set object 1,1,1,1,2,0,1:color backdrop 0:position camera 0,0,-150:dim s(20):for z=101 to 120:make object sphere z,rnd(20)+10
color object z,rgb(0,150,250):ghost object on z:gosub random:rotate object z,rnd(359),90,0:s(z-99)=rnd(4)+1:next z:sc=0:do:os=s:if youdead>0:youdead=youdead-1:endif:if spacekey() and dead=1 and youdead=0:aa#=0:x#=0:y#=0:a#=0:dead=0:sc=0:endif:if spacekey() and dead=0:s=1:else:s=0:endif
if s=1 and os=0:for z=1 to 20:if b(z)=0:b(z)=1:bx#(z)=x#+cos(aa#+90)*6:by#(z)=y#+sin(aa#+90)*6:ba#(z)=aa#:make object sphere z+10,3:goto leave:endif:next z
leave:
endif:if upkey() and dead=0:xx#=xx#+cos(aa#+90)*.15:yy#=yy#+sin(aa#+90)*.15:else:m#=0:endif:if rightkey() and dead=0:a#=a#-1:endif:if leftkey() and dead=0:a#=a#+1:endif:a#=a#/1.2:aa#=wrapvalue(aa#+a#):zrotate object 1,aa#:xx#=xx#/1.02:yy#=yy#/1.02:x#=x#+xx#:y#=y#+yy#:if abs(x#)>130:x#=x#*-1:endif:if abs(y#)>100:y#=y#*-1
endif:for z=1 to 20:if b(z)=1:bx#(z)=bx#(z)+cos(ba#(z)+90)*2:by#(z)=by#(z)+sin(ba#(z)+90)*2:position object z+10,bx#(z),by#(z),0:if object collision(z+10,0)>=101 and object collision(z+10,0)<=120:oz=z:z=object collision(z+10,0):gosub random:z=oz:sc=sc+1:endif:if object in screen(z+10)=0:delete object z+10:b(z)=0:endif:endif:next z:for z=101 to 120:if object exist(z):move object z,s(z-99)*.1:if abs(object position x(z))>150:position object z,object position x(z)*-.9,object position y(z),0:endif
if abs(object position y(z))>120:position object z,object position x(z),object position y(z)*-.9,0:endif:if object collision(z,1)=1 and dead=0:dead=1:youdead=50:endif:if dead=1:set cursor 280,240:print "You Died!":endif:endif:next z:position object 1,x#,y#,0:set cursor 0,0:print "Score: ",sc:sync
loop
random:
p=rnd(3)+1:if p=1:x=rnd(260)-130:y=-100:endif:if p=2:x=rnd(260)-130:y=100:endif:if p=3:y=rnd(200)-100:x=-130:endif:if p=4:y=rnd(200)-100:x=130:endif:position object z,x,y,0:return

AnalSauceMonkey
21
Years of Service
User Offline
Joined: 24th Oct 2002
Location: I can't find myself
Posted: 4th Apr 2003 03:58 Edited at: 4th Apr 2003 04:06
I fixed it if any of you were wondering why it wasn't working. The code thing always messes up my stuff.

PiratSS
21
Years of Service
User Offline
Joined: 18th Oct 2002
Location:
Posted: 4th Apr 2003 04:48 Edited at: 4th Apr 2003 04:50
Ok.. I dunno why Code tag never works for you.

I tried it, and can't seem to get it working with your code.

Cheers.

There are two types of people in the world: The ones who summon and the ones that create. There is a big difference...
AnalSauceMonkey
21
Years of Service
User Offline
Joined: 24th Oct 2002
Location: I can't find myself
Posted: 5th Apr 2003 00:01
If you are using dbpro then it should work.

AnalSauceMonkey
21
Years of Service
User Offline
Joined: 24th Oct 2002
Location: I can't find myself
Posted: 5th Apr 2003 05:03 Edited at: 5th Apr 2003 05:35
Oh, wait, did you mean you couldn't get my code to work with the code tag? I thought you meant the program wouldn't run. Or did you?

spooky
21
Years of Service
User Offline
Joined: 30th Aug 2002
Location: United Kingdom
Posted: 5th Apr 2003 13:09
Nice!

Works fine in DBPro except for when bullet reaches edge of screen, whole game 'hangs' for a couple of seconds and then carries on.

Gronda, Gronda
The Darthster
21
Years of Service
User Offline
Joined: 25th Sep 2002
Location: United Kingdom
Posted: 5th Apr 2003 23:21
Works well on my DBPro. Very nice! One thing I would suggest: split the bubbloids up into smaller ones when they have been shot, like the original game.

Once I was but the learner,
now, I am the Master.

Login to post a reply

Server time is: 2024-03-29 00:55:48
Your offset time is: 2024-03-29 00:55:48