Richard Stennett's Recent Forum Activity

  • try adding int.

    Every int(1) second

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In this case I would do something like this

    Global Variable - Score = 0

    Global Variable - HighScore = 0

    Global Variable - IsRunning = 1

    Global Variable - Time = 30

    Everytick

    IsRunning = 1    Update TextScore = 'score: ' & Score

    this will update your scores

    Everytick

    Score > Highscore

    IsRunning = 1      set global variable HighScore - Score

                       Set Highscore - "Highscore: " & Highscore

    this will update your highscores

    Every (int)1second

    Is Running = 1 (-1 to Time)

    this will track how much is remaining, even if the game ends early

    (end of game) set IsRunning = 0

    you end your game set this to stop all the timers and scores from runnin

    This will save your scores including high score.

    Set text finalscore = highscore + Time(x10)

    Hope this makes sense, if not I'm sure someone could offer you a more clear version.

  • Hi this is my 1st time needing to post in the forums as I have found all the relevant information I have needed in the tutorials and forums. Thank you all in advance for any help you can provide in this problem :)

    I am a little unsure how to add my construct file so I will do my best to describe the problem and hopefully it will make some sense.

    I am trying to re-create a bubble bobble style game. (fire coloured balls and if 3 line up they are destroyed)

    Here's a link I grabbed from Google just to give you all the kind of game I am aiming to re-create.

    Bubble Pop

    I'm struggling to destroy the balls when they line up. I have created a local variable within the sprites and given them a value of 1 and upon collision with the same colour increasing this number but then my bubbles are popping when they shouldn't.

    Sorry again for a newbie style post and I hope someone understands what I am trying to achieve and is able to offer some help.

Richard Stennett's avatar

Richard Stennett

Member since 17 Apr, 2012

None one is following Richard Stennett yet!

Connect with Richard Stennett

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies