Hello all, I'm new to construct and making a project in my class.
We have to develop a game. For my game, I want the ground platforms in the map to switch between being visible and invisible, as well as enabled and disabled when the player jumps.
I have two sets of ground platforms: black and white.
I've managed to make it so that when player jumps these platforms switch between being visible and invisible using a Boolean.
However, I have an issue with the enable/disable switch. When the player is only supposed to be able to see and stand on the black platform for instance, they can still stand on the white platform as well, even though it is invisible and they're not supposed to be able to.
Any help would be appreciated, thanks.