good
Very good dude this is one of the best mouse games ever btw what was the music?
HO HO HOPE you become a Newgrounds Supporter this year!
We're working hard to give you the best site possible, but we have bills to pay and community support is vital to keep things going and growing. Thank you for considering!
good
Very good dude this is one of the best mouse games ever btw what was the music?
Instrumentals - Fat Joe ft Lil Wayne - Make It Rain Thanks for support
turd.
TURD CURSOR IS THE BEST! IT IS SECRET
Yes, it is the best.
Good game
This is a good game and i liked the worm the best but i couldn't get the secret one :-(
The secret one was at the very end, one you get to the last cursor right-click and hit forward.
It was pretty cool
but whats the AS for making a duplicated thing generally disapeer. Sorry for asking a question in the review but I kinda wanna know and ytou seem to know what your doing :D
BTW great game. I actually liked the DNA part more than the worm. Even though the DNA didn't bite
this will make it spawn and eventually diasappear, but make sure the instance name is cursortrail
onClipEvent (load) {i = 0;}
onClipEvent (mouseMove) {
i++;
this.duplicateMovieClip("Spaw n"+i, i+10);
_root["Spawn"+i]._x = _root._xmouse;
_root["Spawn"+i]._y = _root._ymouse;
}
onClipEvent (enterFrame) {
if (this._name == "cursortrail") {
_visible = false;
} else {
this._alpha -= 3;
if (this._alpha<=5) {
removeMovieClip(this);
}
}
}
it was good
it was good but it got too laggy on the one when it fires the laser