elevator problem

icanmakeicanmake Member Posts: 466
edited November -1 in Working with GS (Mac)
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.

Comments

  • WeswogWeswog Member Posts: 1,171
    If this is a up and down elevator and you want it to just move do this in the player actor

    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
  • icanmakeicanmake Member Posts: 466
    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?
  • WeswogWeswog Member Posts: 1,171
    If you send me an email here weswog@gmail.com I could probably help you :)

    Cheers, Weswog
  • icanmakeicanmake Member Posts: 466
    email sent
Sign In or Register to comment.