Creating a Second Bool for Cheat Keys

Hi Jeffrey,

Welcome back to our community! :slight_smile:

We don’t want to mix concepts, and, which is even more important, we do not want to affect our normal game mechanics just to test something. Also we want to be able to distinguish between “no collisions because ‘cheating’” and “no collisions because ‘is transitioning’”. If we could not distinguish between them and the rocket fails to collide with game objects even though we expect it to collide, debugging the code could become challenging. Maybe not in this little project but very likely in larger ones.

Does that make sense?


See also:

2 Likes