Staredit Network

Staredit Network -> Computers and Technical -> Asteroid Field
Report, edit, etc...Posted by MillenniumArmy on 2005-10-22 at 01:03:22
This should be one of my better flash games:

http://www.geocities.com/jayyouesteeeyean
(3rd down)

and also i added a guestbook

my high score was 435
Report, edit, etc...Posted by Staredit.Net Essence on 2005-10-22 at 01:16:15
High score of 458

I beat the creator o.O?
Report, edit, etc...Posted by MillenniumArmy on 2005-10-22 at 11:11:27
not anymore

539
Report, edit, etc...Posted by KaboomHahahein on 2005-10-22 at 12:33:04
It is pretty hard, my highest score is 240 sad.gif.
Report, edit, etc...Posted by Hitl1r1 on 2005-10-22 at 14:56:25
Mine is 139 mellow.gif
Report, edit, etc...Posted by Shapechanger on 2005-10-22 at 15:15:31
Dude, everytime I get past 200 points, a wall of asteroids come with absolutely no way through...

ADDITION:
537 >_< 2 points off
Report, edit, etc...Posted by T3mplaR on 2005-10-22 at 15:18:54
Addicting game... HARD! pinch.gif
Report, edit, etc...Posted by KaboomHahahein on 2005-10-22 at 15:53:46
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?
Report, edit, etc...Posted by Oo.Insane.oO on 2005-10-22 at 15:56:17
My high score was 300.

Good game keep them coming biggrin.gif
Report, edit, etc...Posted by Kow on 2005-10-22 at 16:16:17
Omg. I got a score of 1337. [/sarcasm]

I got 150 first try.
Report, edit, etc...Posted by MillenniumArmy on 2005-10-22 at 19:23:46
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;
}
Report, edit, etc...Posted by CaptainWill on 2005-10-22 at 19:25:14
That's a nice little game - I got 432.
Report, edit, etc...Posted by Shapechanger on 2005-10-22 at 22:10:36
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.
Report, edit, etc...Posted by Tmac on 2005-10-22 at 22:13:32
They keep getting better and better.
Good job! You deserve a cookie!
Report, edit, etc...Posted by KaboomHahahein on 2005-10-23 at 12:46:27
Thanks MiLlEnNiUmArMy. Just need to make the instances and etc the same, hope it will work.
Report, edit, etc...Posted by KrAzY on 2005-10-23 at 12:52:34
[attachmentid=14740]

I got proof, ah hah!
Report, edit, etc...Posted by Voyager7456(MM) on 2005-10-23 at 13:08:25
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!
Report, edit, etc...Posted by Toothfariy on 2005-10-23 at 14:03:36
235 is my best...

Addition: ROFL I GLITCHED!!!

[attachmentid=14748]
Report, edit, etc...Posted by MillenniumArmy on 2005-10-23 at 14:22:54
yea i know about that glitch. I'm trying to fix it
Report, edit, etc...Posted by Oo.Jamal.oO on 2005-11-04 at 19:37:42
ya lol wtf.


> > trying to keep alive
Report, edit, etc...Posted by Rantent on 2005-11-04 at 21:07:19
Pretty fun.

>> Moved to programming
Next Page (1)