ImpactTomato's Forum Posts

  • 2 posts
  • Thanks for the response!

    Yeah, I guess this is where something like hit priority and character blocking takes place.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    I'm trying to make myself familiar with Construct 2 so I tried to clone the game DiveKick. It feels pretty easy at first and I've run onto some bugs with but I sorted them through reading posts on the "How do I...".

    Now here's the issue I've run into. Let's say Player A successfully divekicks Player B. Instead of counting the counting the score for Player A, it adds to Player B. It's having trouble determining which sprite actually hits the other sprite.

    What I did first is compare the "Y" axis. It works fine for this specific game. But what if I'm to build a real fighting game. Does collision detection have something to do with zorder?

    Any idea how to let the code know which sprite is actually doing the hit?

    Let me know if it sounds confusing.

    Thanks!!!

  • 2 posts