Hey.
I've got a Problem.. *as usual*
I'm trying to have two different objects; one with a platform-movement (the lower part of the body), and this upper part that should follow the lower part. My idea is to get the upper part to handle the aim, while the lower walks. The problem is that i can't make the upper to follow the lower part exactly, it kinda flows like a tail behind it. I want it to stay at the same position as the lower, always.
Is there anyone who could help me, or is there any tutorials of this kinda problem?
thanks anyways for taking your time to read this..
"If we can't get to the top of the mountain, then the top must come to us!"
well im not quite sure, ive been out of clicking for like a month and im a bit rusty, im guessing something like:
-----------------------------
Start of frame: start loop
On loop: set x,y positions
-----------------------------
something along the lines of that.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
21st May, 2004 at 07:57:49 -
Or you could have all of the movment on an invisible object then position both the top and bottom halves of the body on the invisible object. This will ensure that the top and the bottom both lag so then they are seen to be in the same spot.