Hello. Im need make shell which penetrate armor in angle 25-90 degrees. In angle 0-25 degrees shell must bounce. Is it possible in construct? Im make bounce or penetrate, not together. Thanks for reply. Blc
Make a condition where you'll compare shell's angle. Something like
Shell angle is between 0-25 > bounce
upload a cap, if you'll need more help
Develop games in your browser. Powerful, performant & highly capable.
Im not find condition, where im compare angle between two objects. Im cant get shell angle towards armor, only im get or set angle of one object ...
Getting angles between objects is part of the system object.
You should familiarize yourself with the most important ACEs using the wiki: Construct Wiki
The expression is called "Angle between points", or Angle(x1, y1, x2, y2)
Verry thanks ... im still learn <img src="smileys/smiley1.gif" border="0" align="middle" />