How do I make the player Score every block it goes past?

0 favourites
  • 4 posts
From the Asset Store
Basic Rounded Vector Geometry Player Design with Glow for 3 player games
  • Hello! I am new to the forum, but I been playing around with construct 2 for a couple of months here and there.

    My question was that how do I make the Sprite(Player) Score every passing block it goes past in a portrait layout ?

    I am a very visual learner, so anything related to videos,pictures or even showing me step by step on how its done id be very helpful !

    Ill post my Construct 2 example in a RAR file so you know what I am trying to achieve.

    Thanks !

  • You just had to invert the condition ( Sprite > (x) Is Scored ).

    I attached fixed project.

  • TheDom,

    Thanks a lot for this ! I knew there had to be a cross but I never knew what it did or how to do it.

    One more question. When you say invert the condition , what do you mean by this ? What does it mean ?

    Thanks again.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you look how I fixed your example, it now has an x in the condition. Right click on the condition and you'll see the option "invert". To invert a condition means when it's opposite it is true. In your case it means when "Is scored" is false.

    Another point to note is in your events you set the "is scored" to true but in this case that isn't needed because every time a new sprite is created, it's created with the value of false. If the situation was different and the same exact sprite stayed on the layout, then changing it to true at the of the events would be appropriate.

    Understanding how to use variables takes a little time to get your head wrapped around them. Your on the right track and I'm sure with practice you will learn to use them successfully.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)