HOME | DD

fabfuzz — ClickBOOM

Published: 2005-04-20 17:37:28 +0000 UTC; Views: 893; Favourites: 5; Downloads: 368
Redirect to original
Description It's a flash game I programmed because I didn't feel like studying. I programmed it in a few hours, so it's not very efficient, you might need to change the quality (Right click), for it to play at a sensible speed. Have fun, tell me what you think. All you have to do is click the targets faster than the spaceship gets to them.

EDIT: I optimized the code quite a bit, almost all of the math is precalculated now, and the performance boost is amazing, this should run fine now on most computers without having to lower the quality.

Special thanks to Thedu for noticing that you could tab between the targets to select them, it's all fixed now.

Apparently this game is going to be included on [link]
Related content
Comments: 15

jaycebrasil [2015-08-23 01:32:59 +0000 UTC]

Very fun
Nice work

👍: 0 ⏩: 0

steel-fang [2006-06-02 14:32:41 +0000 UTC]

lol.. u need to make the targets bigger.

sometimes they spawn up in the path of that arrow thing and you just lose cos you can't clik on them fast enough

👍: 0 ⏩: 0

Prokopyo [2006-01-15 11:04:50 +0000 UTC]

simple graphics coupled with great gameplay!!!
ah, i admire flashters like you who go into real physics!
not like me, i fake 'em!!!
very addicting!restrainment!i need restrainment!!!

👍: 0 ⏩: 0

neko-suki [2005-04-25 02:30:48 +0000 UTC]

WOW!! I had so much fun?!!

👍: 0 ⏩: 0

Thedu [2005-04-23 02:03:53 +0000 UTC]

Might wanna deactivate the tab button...that's how I won.

BUT IT WAS GOOD!

👍: 0 ⏩: 1

fabfuzz In reply to Thedu [2005-04-23 15:25:00 +0000 UTC]

haha wow, you're right, I didn't even know that was possible... I'm gonna go find out how do to that.. unless you happen to know...

👍: 0 ⏩: 1

Thedu In reply to fabfuzz [2005-04-23 15:28:50 +0000 UTC]

Try a goooogle.

I'm researching it...

👍: 0 ⏩: 1

fabfuzz In reply to Thedu [2005-04-23 15:40:22 +0000 UTC]

it's cool I just figured it out.. mymoveiclip.tabEnabled = false;

all fixed

👍: 0 ⏩: 1

Thedu In reply to fabfuzz [2005-04-23 19:07:05 +0000 UTC]

Sweet.

👍: 0 ⏩: 0

Rafale [2005-04-22 19:18:05 +0000 UTC]

( @ o @ );;;
<- after a few rounds..
it IS addictive .. XD;;

I can't imagine the actionscript that went into programing this one *_*;;;
(<- tries to dig a bit into it)
I guess.. difficulty lvl is based on speed of movement @_@;; and the enemy is targetted to the circles.. but.. how do you program a miss? XD;;;

👍: 0 ⏩: 1

fabfuzz In reply to Rafale [2005-04-23 15:58:24 +0000 UTC]

Here's how the ship movement works... the when the ship is below the target, it faces the target, and moves forward. When the ship is above the target, it turns away from it. When the ship reaches the top of the sceen, it starts again at the bottom of the screen. The ship sometimes misses, because the target is moving. The order that things are calculated is this: turn the ship to face the target, move the ship forward, move the target, check if they are hitting. This way, if the target moves down when the ship is about to hit it, the ship will be above the target, and will switch directions, this makes it so the ship sometimes misses the target. If you want more details about the actionscript, I can send the .fla for you to look at, but it's really crappy code cuz' I wrote it in all in about two hours, cuz' I was bored of studying, so it's not very organized or well commented.

👍: 0 ⏩: 1

Rafale In reply to fabfuzz [2005-04-25 06:00:16 +0000 UTC]

@_@_@;;; okay .. I semi got that.. ..... pondering it a bit... its like.. a massive combination of different scripts @_@; falling/rising objects, math.random, hit, countdown, @____@# <- brain hurts...

. but damn.. . 2 hours TT_TT;; .. it takes me just as long to figure out why a custom scroll bar wouldn't work.. (or just as long to have a neuron meltdown and give up)

m(._.)m I bow to your actionscript greatness.

👍: 0 ⏩: 1

fabfuzz In reply to Rafale [2005-04-25 15:20:22 +0000 UTC]

hehe, thanks muchly. Programming is what I do all the time, being in computer science and all, so it comes naturally.. I bow to your artistic greatness, art takes me hours to do, and it still doesn't look like anything close to what you do.

👍: 0 ⏩: 0

yugi-himura [2005-04-21 04:01:26 +0000 UTC]

awesome game. it sort of reminds me of the geometry wars mini game in project gotham racing 2.

👍: 0 ⏩: 0

Amaranthia [2005-04-20 19:22:51 +0000 UTC]

hee. it's fun.. but I seem to suck at it.
it's strangely addictive despite that it constantly tells me I am the loser... oh well.. I should be studying anyway.

👍: 0 ⏩: 0