pretty cool
I like it. kinda pointless but it still is pretty neat. Maybe find a way to make it into a game? Keep it up, i wanna see the next one with some kin d of interactivity :)
Hai, added the stuff you guys said you wanted in the reviews for the first one. :D. Enjoy. Also, this really needs to be played in a pop up. =P Arrows to go to next frame, thats about all the instructions. ;P
pretty cool
I like it. kinda pointless but it still is pretty neat. Maybe find a way to make it into a game? Keep it up, i wanna see the next one with some kin d of interactivity :)
TY for the review, glad you liked it, plan on adding interactivity soon. :)
Fun :)
Fun little flash, managed to get a squiggle to move frantically in circles ;)
Interesting game for a little while. Maybe you could add a goal to it?
For example you need to click a significant avoiding object between all the others, or you need to click an object that's hidden under all the other ones. Or you could make a maze under the objects.
Fun and simple
Wow.... A maze under the things.... That is an AWESOME idea.... You sure you don't wanna use it?
EDIT: TY for the review btw, and some great ideas there. :D
Fun but short
This was a fun, gimmicky game, but it wasn't much more than that. On the plus side, I liked the menu and the background music was good too. However, there were only 4 arenas and the menu (not including the final Thanks For Watching screen). The graphics weren't the best either. Overall, a cool gimmick but not much more than that).
P.S. What's the script, I'd be interested in using it in ym Flashes. :D
6/10
~ Z
REVIEW REQUEST CLUB
TY.... I was wondering if the thanks for playing way actually readable XDDD!
Yeah, could probably do with a few more frames....
onClipEvent (load) {
x00 = _x;
y00 = _y;
MAAI = 400;}
onClipEvent (enterFrame) {
x0=_x
y0=_y
x=_root._xmouse
y=_root._ymouse
a=x-x0
b=y-y0
r=Math.sqrt(a*a+b*b)
quer_fugir_x=this._x-(a/r)*MAAI/r
quer_fugir_y=this._y-(b/r)*MAAI/r
quer_voltar_x=(x00-x0)/5
quer_voltar_y=(y00-y0)/5
this._x=quer_fugir_x+quer_voltar_x
this._y=quer_fugir_y+quer_voltar_y
}
Theres the code. (AS2)
TY for the review.
This was decent
~~REVIEW~~
This was a decent little game, kinda neat for what it does, you might want to think about compressing the file abit though
~~THINGS TO IMPROVE ON~~
Maybe make it abit smaller as it was starting to get large just abit
~~OVERALL~~
Fun game thingie
~X~
Yeah sorry still don't know how to compress files lol :P! Ty for the review :)
Well...
It's a little cool thing that's fun to play with for a minute (sounds like something else there, ey ;) ) but apart from that the song fitted well and the colors were nice. Now that you have this script maybe you should use it in a game?
Yup, i plan to use the script in a game at some point... but i guess that means i won't be switching over to AS3 for a little longer ;(! TY for the review.