when my player collides with my platform, my platform bounces away! Any Help??

Barking_AppsBarking_Apps Member Posts: 182
edited November -1 in Working with GS (Mac)
when my player collides with my platform (which i want it to do), my platform bounces away! any Help? cheers :)

Comments

  • Barking_AppsBarking_Apps Member Posts: 182
    ok i have done that but now my platforms don't even spawn! any idea?
  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    Since their physics is turned off, they won't respond to move behaviors and such. They will respond to interpolate, though. So you will have to re-work it so your platforms are offscreen at first, then interpolate to the desired position when needed. Saves a lot of resources when you interpolate instead of spawn anyway, so it's a good practice.
Sign In or Register to comment.