EskilPotet's Forum Posts

  • aaaaaand the file is broken and the project is gone... faaantastic...

    does Construct 2 have some sort of automatic backup system?

    EDIT: nevermind i fixed it

  • Do you mean like the knife has to be poiting towards the object its getting thrown at? if so, what do I do next? I need it to move towards the object

  • Oh yeah! I had one black box for the bullet and one for the game over screen background! Thanks! Last thing, if I wanted to reset the score when it starts a new game, could I just use Set text to "Current Score 0" every time it clicks the start game button?

  • how do I set the bullets angle of motion?

  • Ok so I want to make this game where when you press space, a knife gets thrown an some sort of object, and you must try to make it not hit any of the things moving around in front of it. I can figure out how to make the knife move to the object. I managed to make it so that when you press space, it teleports to the object, but I want it to move there and not teleport. Please help. thanks!

  • How do you add the keyboard to the layout?

  • Ok so I went to the even sheet but I cant find any keyboard option. And what do you mean with add keyboard object to my project?

    EDIT: I found out! thnks!

  • Ok so im new to the engine and I have a simple question. What im trying to do is to make somthing happend when I press space (or any key on the keyboard). Like a "If space is pressed then" thing. Like when I press space a knife will be thrown or somting. thanks

  • Ok so here is full picture. The things that were crossed out were healthbar / a cannon: ibb.co/kSVVh7

    Next, it was on a layer with a paralox of 0, 0. I removed it and put it on the same layer as everything else and its still not working.

    The problem was that the score was just 0 all the time. I checked in debug mode thing, and it didnt update there either. But the text was showing, it just says "Current Score : 0"

    The thing the cannon is doing every tick at the top is just tracking the player.

    And also I will start posting in the right place too.

  • Ok so im back with yet another problem. I have made a score system. It has a varible that changes when my bullet hits "Sprite8" which is a wall. Every tick it sets "RAILScore" (random name) to the varible. ( varible is just called score)

    But when I try it in game it doesnt work! Here is a picture

    ibb.co/iBOGN7

    as always, thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok so im back again with another problem. I have made a simple menu. I have a button that says start. But when I press it it doesnt start. Here is picture of the code. Its not much and I dont see what could be wrong!

    ibb.co/fVSvh7

    thanks

  • Ohhh ok thank you so much!

  • Ok so I followed a tutorial to make health bar. The health bar is working and goes down when the player gets hit.

    I also made it so that when its 0 or bellow it will go to the "Game over" screen, but for some resason it does switch to the "Game over" screen. Please help. Here is a picture of the events. I just crossed over the health bar parts to make it easier to see.

    ibb.co/mRtgN7

    Thanks!