BadMario's Recent Forum Activity

  • Its an advanced feature of Construct to keep things realistic.

    An arrow cannot destroy a wall

    If you use a bomb then it should work

  • Could be a for each problem.

    Physics stay enabled because one sprite is outside the pink area, so you have to use a for each loop to enable/disable physics for each sprite.

    for each sprite event, then add overlapping conditions as sub-event there

    Anyway, that would be my guess

  • I am pretty sure you don't have to buy a business license since your are not making any money from Construct and you are not registered as a game development business.

  • Don't use overlaps or collisions. use distance from the center. You only have to figure out how far from the center each circle is. so when ball hits target calculate distance from the center of the target. Then if less than 100, that means 10 points because it's in the red, if over 100 but less than 150 then it is in the yellow and so on.

    My numbers are obviously just examples, you have to change them to your numbers/target dimensions

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It should not be a problem as nobody should be needing to clear browser storage regularly

    Is this supposed to be that famous English humour? 'cause here and over there in them internet parts people do that all the time for all kinds of reasons, legit ones too.

    I have to do it often because of problems and errors construct itself creates, especially when an update is installed and things go wrong

  • BadMario I can't do that because the intention is for each of the crates to be destroyable. If they are all stretched on in a single img, then the game mechanics won't work.

    It can work, make it an invisible physics object, then put box sprites on top of that. Boxes don't even need physics, just destroy them on collision

  • If the crates are immovable make them a single long sprite instead of separate crates ( In photoshop or some other program copy and paste crates into a row until it looks exactly the same as it does in your game, then export that single png.

    You will have just one collision polygon instead of many smaller ones. I think what is happenning in your game is that your object hits crate edges and that causes it to lose speed. With one single polygon this should be eliminated

  • You do not have permission to view this post

  • Click on pricing above in the main menu.

    Looks like you are fine with a personal license until you make over $50,000 a year

  • Import step sound ( single short step )

    If animation walking is playing and frame 6 is playing trigger step sound ( trigger once while true )

    I say frame 6 as an example where foot makes contact with ground at frame 6.

    So trigger sound once on each frame where foot makes contact with the ground

  • The easiest way is to have your object split into a few sections, then when a hit occurs, destroy that section and create a number of fragments with physics behavior.

    Play around with settings, impulse to make it fly around a bit if necessary.

    you could also have these fragments pre-created and set to invisible and with disabled physics, then on impact make visible and enable physics

  • Can you export it from Construct 3 using runtime 2 and see if that works.

    Problem could simply be that your phone plays better with version 2 because of some browser/driver issues with newer Construct runtime. Also try to disable web worker before export ( That one causes a lot of problems )

BadMario's avatar

BadMario

Member since 3 Sep, 2015

Twitter
BadMario has 2 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies