Hello! I'm making a game that when you touch the screen, if the object is in collision with other sprite then a variable changes and something happens. I'm doing a slow motion thing and during this slow motion time I want to disable the sprite which the other object is colliding with. And I can't find a way to disable this, so while making this slow motion effect the other regular time thing is happening. How do I disable a sprite? I've tried with set visibility visible and also with opacity to 0%, none works. Any suggestion?