Page 2 of 2

Re: moving platforms

PostPosted: Fri Dec 28, 2007 3:48 pm
by tufif
Maybe you could use parenting to make them both move smothly together, and then have them unparent when you jump or walk off of the platform?

Re: moving platforms

PostPosted: Fri Dec 28, 2007 4:02 pm
by Troodon
But many people have reported parenting causing visual problems.

Re: moving platforms

PostPosted: Sat Dec 29, 2007 2:24 am
by Bee-Ant
yeah, to make the player could move together with moving platform I use parenting system :D
Just set the moving platform into slow speed to avoid visual problem :wink:

Re: moving platforms

PostPosted: Sun Dec 30, 2007 6:42 pm
by j2graves
for the view I use the centerview actor, and when I use changeparent it moves back to the place it was created and it is very annoying :x

Re: moving platforms

PostPosted: Sun Dec 30, 2007 7:18 pm
by Sgt. Sparky
j2graves wrote:when the player jumps on a platform that moves left and right, I use this code

Code: Select all
x=moving_platform.x;


it works, but the player kind of shakes back and forth. what else can I do?


Try looking at the demo, only modify the code to suit an individual actor instead of a tile.

http://game-editor.com/forum/viewtopic.php?f=6&t=4805