Forum Topic: Looking for a good animator

(126 views • 2 replies)

This topic is 1 page long.

<< < > >>
None

Drkgodz

Reply To Post Reply & Quote

Posted at: 1/3/08 03:12 PM

Drkgodz DARK LEVEL 09

Sign-Up: 08/26/06

Posts: 30

I am really good actionscripter. I already have my own movement, jump, side scrolling engine. And I already have a basic idea of a monster spawning engine.
I am making a RPG. So I am looking for someone who is good at 2/4 legged walking cycle, drawing clothes, eyes, hair, boots.
There is going to be a basic body, with different types of clothes that can go with the body.
This is my example of something I did in 3 minutes:
It is a mouse effect. Have a symbol in the library with a linkage ID of effect.
At work:Example
:onMouseMove = onMouseDown = mCreate;
:function mCreate()
:{

iD = random(9999999);
_root.createEmptyMovieClip("effect"+iD, _root.getNextHighestDepth());
_root["effect"+iD].attachMovie("effect", "effect_mc", this.getNextHighestDepth(), {_x:_xmouse,_y:_ymouse});
_root["effect"+iD].onEnterFrame = function()
{
if(this.gravity == undefined)
{
this.gravity = 0;
}
if(this.jump == undefined)
{
this.jump = -20;
}
this.gravity++;
this._y+=this.gravity;
updateAfterEvent();
if(this._y>200 & this.jump<0)
{
this.gravity = this.jump;
this.jump+=5;
}
if(this.jump == 0)
{
this._alpha-=5;
}

if(this._alpha == 0)
{
this.removeMovieClip();
}
}

:}


None

SoccerKingMike

Reply To Post Reply & Quote

Posted at: 1/3/08 03:48 PM

SoccerKingMike NEUTRAL LEVEL 03

Sign-Up: 09/03/07

Posts: 80

ill help. my men is soccerking_mike@hotmail.com


None

patu1

Reply To Post Reply & Quote

Posted at: 1/3/08 04:06 PM

patu1 LIGHT LEVEL 09

Sign-Up: 02/02/06

Posts: 1,319

and i look for motivation you don't always get what you look or i am not a scripter but that for my knowledge isn't to hard also post that in the animators asers
search thread

BBS Signature

All times are Eastern Standard Time (GMT -5) | Current Time: 12:47 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!