helehole's Forum Posts

  • ooh, thanks for the help :)

  • So, what I want to do is to remove a 3Dbox by rightclicking it.

    I tried making the event go like this:

    "On right clicked on 3dbox -> 3dbox destroy" but that didn't remove the 3dbox...

    Any suggestions on how to make it work?

    thanks in advance :D

  • Hia there, just wanted to start by saying that I am a total newb at this haha...

    Question 1, how do I change the default arrow key-controlling with 8-direction movement behavior?

    Question 2, how do I save a specific Private variable? (to save a highscore)

    thanks in advance :)

  • insanely awesome (atleast for a newb like me) :D

  • You're welcome

    If they glitch through the wall anyhow, try to make the wall a bit thicker.

    Happened to me just while testing it.

    haha I had that problem actually xD thanks again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Give the enemies, the 8 direction behavior.

    Make an event: for each(you find it at system -> loops) [your enemie sprite] -> start ignore user input(you can find it at the '8 direction-tab(on your enemys sprite))

    haha thank you so much for the help

  • Click on the layout editor on your wall and click left at the table: groups -> attributes --> solid.

    Once your wall is solid, the player wont go through it.

    Now, how do I prevent monsters (bots) from walking throught the wall?

  • Click on the layout editor on your wall and click left at the table: groups -> attributes --> solid.

    Once your wall is solid, the player wont go through it.

    Awesome!!

  • Well, hello there

    I started using Construct just one day ago and I've gotten very far with a 2d shooter! but, I've gotten stuck with trying to make walls, The player doesnt seem to hit the wall, just keep walking under it!

    I've tried to search for help, but without luck , sorry if there's already a post or a thread explaining what I need to make walls