Long story short, I'm working on an ice stage for my game. I want my player to "freeze" when it hits objects in the layout. My player uses bullet behavior to go where touched (making this game for mobile). However, when the player is frozen, I want the player to not respond to controls for a few seconds.
This seems like something simple but haven't got it working so far...
Things I've tried:
Players bullet behavior disabled on contact = nothing happened
Moving player controls into their own group and disabling the group for X seconds = nothing happened
Help much appreciated ~