spinning platform trouble

icanmakeicanmake Member Posts: 466
edited November -1 in Working with GS (Mac)
so i am making a platform game and i have platforms that rotate in a circle but when my player runs across them it affects the rotation of the platform. Any fix for this?

Comments

  • dotsonj23dotsonj23 Member Posts: 316
    Try turning moveable off for spinning platforms and if you need to move them use interpolate. Think rotate will still work but not sure.
  • BrynjeBamsenBrynjeBamsen Member Posts: 188
    there can be a few reasons for this.

    1. Your density i set too low on your rotating platform - try setting it to 1000

    2. if you chose to make it a non-moveable actor. then you have to use interpolate to make it rotate

    Interpolate
    Self.rotation TO (0.360)

    for 1 sec

    Then you can put the interpolate rule in a timer the goes every 5 sec or something like that.

    just a thought :)
  • kapserkapser Member Posts: 458
    I'm a newb, but fixed rotation maybe?
Sign In or Register to comment.