in my platform game i am trying to make an elevator that moves whenever the player steps on it. but whenever the elevator is about to finish moving the player stops but the elevator moves to the finish.
sorry it took me so long to reply. i had it set up a lot like you said but if i have the friction high then it does this but if i turn off friction then the problem is fixed but my player slides around. any help?
Comments
When player overlaps or collides with middle of elevator
Change Attribute elevator activated to true
Other wise elevator activated is false
Now in elevator
Attribute elevator activated is true
Timer After 2 sec
Move up
Cheers, Weswog
Cheers, Weswog