hi i need to check the distance between two objects and i dont know how to do it.I hope you understand me <img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />
Develop games in your browser. Powerful, performant & highly capable.
Make the condition 'Compare values' under the System object. Then you can type something like:
Distance(Object1.X, Object1.Y, Object2.X, Object2.Y)
Less than
500
which would check if object1 and object2 are within 500 pixels of each other.
Make the condition 'Compare values' under the System object. Then you can type something like: Distance(Object1.X, Object1.Y, Object2.X, Object2.Y) Less than 500 which would check if object1 and object2 are within 500 pixels of each other.
thank you
i make this Distance.cap for all with look Distance on Text.
http://construct.gamez-interactive.de/e ... ic.php?9.0