00:00
00:00
Newgrounds Background Image Theme

Ferrus21 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "-The Blob-"

Help!!!

do you still have the code from the blammed movie "3 in 1" tutorial" it was to move the car around the screen?

FelixMassie responds:

onClipEvent (enterFrame) {_root.speed = speed;_root.mph = Number(speed)*2;_root.mph -= _root.mph%1;if (_root.mph<1) {_root.mph = 1;}if (Key.isDown(Key.UP)) {speed += 6;}if (Key.isDown(Key.DOWN)) {speed -= 1;}if (Math.abs(speed)>20) {speed *= .7;}if (Key.isDown(Key.LEFT)) {_rotation -= 14;}if (Key.isDown(Key.RIGHT)) {_rotation += 14;}speed *= .98;x = Math.sin(_rotation*(Math.PI/180))*speed;
y = Math.cos(_rotation*(Math.PI/180))*speed*-1;
if (!_root.boundary.hitTest(_x+x, _y+y, true)) {
_x += x;
_y += y;
} else {
speed *= -.6;
}
}
onClipEvent (enterFrame) {
if (this._x > 600) {
this._x = -50;
}
}
onClipEvent (enterFrame) {
if (this._y > 450) {
this._y = -50;
}
}
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = 600;
}
}
onClipEvent (enterFrame) {
if (this._y < -50) {
this._y = 450;
}
}


I hope you liked my anim :| lol

I'll give you points for originality

That was... interesting. Strange idea to make a continuously growing blob crush a stickman. Short, but his reactions were funny. Good job!

Short....

BUT VERY NICE!!!!!! LOVED IT!!!!

THAT WOULD

SUCK!

Now this is going straight into my favourites!

That... was hilarious. Simply hilarious.

The music was catchy, the premise is odd but that's what I loved about it.

FelixMassie responds:

It's always nice when people who I think are better animators than me compliment my work! Thanks =) This is one of my favourite animations I've made still - partly because I didn't get fed up making it! I like the music as well.

Thanks again - keep up the cool work!