Ben Wilson's Recent Forum Activity

  • Hey, doing games dev in college and we are using construct 2.

    Hoping to make games in the future

  • I don't see many 2D zombie games any way, so lot's of people have done that

  • Dam I'm mind blown on that code.

    Nice work tho

  • I haven't been using Construct 2 for almost 2 years

    I don't think that part is right, but to the point layout (by name) is just were you change to a layout by the name of it. Its useful when you want to lower down the amount of code.

    In a game I'm making for college it has different levels, so if I name all my levels layouts the same as what it shows inside the game I can use the layout (by name) to save lots of time.

    As your layouts are layout1 layout2 and layout3 (I would recommend changing them) you could just have a global variable storing what number layout they should be on then do in the box

    "Layout" & layoutnumber[/code:1wj1fvjr]
    
    If you get confused feel free to ask more as I'm bad at explaining things.
  • 99Instances2Go

    What version of Construct 2 are you using as it says to update my program to the newest version ( I have r239) but on the website it says its still r239. You using the beta?

  • Sounds like a nice idea. Is it like you have to get the ball from point A to B by using least amount of parts or most (most would make it a hard game) or just free build and you got to make a loop with the parts you got?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to start a project like Payday 2 but top down 2D pixel game, thats will be nice! Something like masterplan, but not RTS, something more dynamic.

    Sounds like a game called Monaco on steam.

    Description of the game from steam

    [quote:1an2ocwh]Monaco: What's Yours Is Mine is a single player or co-op heist game. Assemble a crack team of thieves, case the joint, and pull off the perfect heist.

  • Just make the collisions on the angled part like a slope.

    (I under stand this picture isn't top down, but the same concept can be applied)

  • does anyone at least have an example with load/save with buttons...How do I tell the engine not to load anything if there no file saved yet?(you just started the game)

    I would try and recreate your game inside construct 2 if I was you, It's free so there is no reason not to.

    And as there is much more help as a lot more people use it.

  • I would say to use a tilemap for streets as you can choose where you want them, and then the background will be white.

    Just look up how to make a tilesheet then added it to the tilemap

  • The reason I think it's not working is how "Is overlapping another object" works.

    Quote from Sprite Manual

    [quote:3ih6i5rs] For example, testing for an overlap at an offset of (100, 0) will temporarily move the object to the right 100 pixels, test for the overlap, then move it back again.

    And as your sprites are all touching each other the Y at 0 will all ways get triggered to anything below it.

    To fix it your going to have to make a small gap around each sprite (1 pixel gap) then when it 0 on the Y it won't find anything and then you have to change all the X's from 1 to 2.

    scirra.com forum / what-is-the-overlap-offset-coordinate-based-on_t72860

    This is the location where I found that out from Kyatric

    Try to have crates 1 pixel smaller (15X15) than the grid's cells size.

    Hope you can understand it.

  • If you want to do it without moving the original sprite, I don't think its possible.

    But if you move the sprite with it, just use set position to

    x=secondsprite.x

    y=secondsprite.y

Ben Wilson's avatar

Ben Wilson

Member since 6 Oct, 2016

None one is following Ben Wilson yet!

Trophy Case

  • 7-Year Club
  • Email Verified

Progress

8/44
How to earn trophies