High score of 458
I beat the creator o.O?
It is pretty hard, my highest score is 240
.
Mine is 139
Dude, everytime I get past 200 points, a wall of asteroids come with absolutely no way through...
ADDITION:
537 >_< 2 points off
Addicting game... HARD!
Well I'm not that good at them, I got 280 on my other attempt. I'm doing some basic games as well (more basic than yours) kind of like the dot dodge one and if you can, what is the action script to make the asteroids randomly appear?
My high score was 300.
Good game keep them coming Omg. I got a score of 1337. [/sarcasm]
I got 150 first try.
QUOTE(KaboomHahahein @ Oct 22 2005, 02:53 PM)
Well I'm not that good at them, I got 280 on my other attempt. I'm doing some basic games as well (more basic than yours) kind of like the dot dodge one and if you can, what is the action script to make the asteroids randomly appear?
[right][snapback]339103[/snapback][/right]
CODE
count = 1;
count2 = 0;
while (count<10) {
_root.asteroid.duplicateMovieClip("asteroid"+count, count);
_root["asteroid"+count]._y = random(400);
_root["asteroid"+count]._x = random(150)+550;
_root["asteroid"+count]._rotation = random(360);
_root["asteroid"+count]._xscale = random(10)+15;
count2 = _xscale;
_root["asteroid"+count]._yscale = count2;
count += 1;
}
That's a nice little game - I got 432.
QUOTE
Omg. I got a score of 1337
Reminds me of a really funny time. Public rank was turned on in a CS:S server, and I typed 'rank' and it showed my rank. Honest to god I was rank 1337 out of something. It was freaking hilarious.
They keep getting better and better.
Good job! You deserve a cookie!
Thanks MiLlEnNiUmArMy. Just need to make the instances and etc the same, hope it will work.
[attachmentid=14740]
I got proof, ah hah!
QUOTE(KrAzY @ Oct 23 2005, 10:52 AM)
[attachmentid=14740]
I got proof, ah hah!
[right][snapback]339627[/snapback][/right]
[attachmentid=14743]
So do I!
235 is my best...
Addition: ROFL I GLITCHED!!!
[attachmentid=14748]
yea i know about that glitch. I'm trying to fix it
ya lol wtf.
> > trying to keep alive
Pretty fun.
>> Moved to programming