dooley's Forum Posts

  • EDIT: I may have answered my own question with "Sub Events" it looks like they are what I was looking for. But any input would be helpful.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do I make "Nested Conditions"?

    EX:

    System>player = win..... actions "ta da!"

    System>player = loose.... (this is where i need to compare a global for difficulty level so the game knows how to proceed)

    ie: Easy: player looses a life, starts over at check point.

        Medium: player looses a life, starts over at beginning of level.

        Hard: player looses the game, return to title screen.

    Of course these are harsh examples, but you get my meaning.

    So is there a way to have the system check a global, then check another in the same event?

    Thanks. And hello, first time poster, long time gamer. :)