interpolate and collision

BSideGamesBSideGames Member Posts: 392
edited November -1 in Working with GS (Mac)
For some reason I can't get a rotating actor to stop rotating when colliding with another actor.

I feel like I've made it work before, what am I missing.

Asher Scott
http://www.facebook.com/pages/B-Side-Games/119240541478638

Comments

  • ScootsScoots Member Posts: 507
    are you using a game attribute to rotate actor?

    game.rotate actor = true (rotate behavior)

    then
    collides change game.rotate to false
  • ozboybrianozboybrian PRO Posts: 2,102
    Should you be able to ...

    Create Rule.

    When over laps or collides with x

    self.rotation - 0
Sign In or Register to comment.