kung fu

  • #1, by jetsetwillySaturday, 11. July 2015, 18:10 9 years ago
    someone has ideas to make the caracters fight, iguess visionaire has no collision detection, i search a function that is: when the character touch other caracter. not so easy to do

    Newbie

    69 Posts


  • #2, by afrlmeSaturday, 11. July 2015, 18:31 9 years ago
    It's possible. But no, there is no way of creating pixel perfect collision detection - well... no way for us to script it with the available data structure anyway, as we can't access the character polygons. If we could then I think it would have been possible to use the new isInPolygon() function & a loop to check for when 2 characters polygons overlap.

    I guess you could still in theory create a fight sequence by checking the distance of the characters from one another & the active animations of the characters to determine if the attack hit, missed or was blocked.

    A quick time event (QTE) sequence would probably be the easiest way to go about it, by having the player have to click specific sections of the screen in time or specific keys on the keyboard.

    Imperator

    7278 Posts