What is it called when you add strikes?

0 favourites
  • 5 posts
From the Asset Store
Add SubRip (SRT) subtitles to your videos in Construct 3
  • C3/Mobile App

    I'm getting no where searching, because I don't know what this is called.

    Each time the player shoots a vegetable, they get a strike against them. The strike is an X on the top of the screen. They get 3 strikes the game is over.

    I have a global variable, I assume I need instance variables. I have blocks under where I want the strike images to go and I have them in a container .... but I'm only guessing that is what I need .... and that's where I get stuck.

    Are there instructions? Or can someone tell me what it's called?

    Thanks

  • Maybe something like this?

  • I do it like this:

    have a global var. strikes

    Create a sprite with 4 animation frames, set frame rate to 0 call it xxx

    first frame is empty square, second frame ( frame 1 ) is a single X, then 2 xs, and last frame 3 xs

    Then all you need to do is one line xxx.Set Animation Frame to strikes

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I do it like this:

    have a global var. strikes

    Create a sprite with 4 animation frames, set frame rate to 0 call it xxx

    first frame is empty square, second frame ( frame 1 ) is a single X, then 2 xs, and last frame 3 xs

    Then all you need to do is one line xxx.Set Animation Frame to strikes

    OoOooo I like that much more than my caveman approach.

  • BadMario,

    I can't believe I didn't think of that.

    Thank you.

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