Kurtle98's Forum Posts

  • 2 posts
  • As well as make it invisible you'll need to make collisions disabled, this is another action on the object in the same way.

    Oh thank you, sincerely. This helped solve the issue. I'll remember to apply this event going forward.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 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.

  • 2 posts