Hi, is there a way to determin for the platform behavior, if the player is standing on a specific object. I would like to change the color of some of my platforms, when the player is standing on it.
I'm looking for a behavior that enables me to do that:
IF "Player is standing on object x" THEN "mark object x as active"
Thanks in advance.