Can I put "the power of" in GS?
I'm working on figuring out the distance between to actors, using the formula seen here:
http://www.purplemath.com/modules/distform.htm
(The power of (x1 - x2)+(y1-y2))
So--can I put "the power of" in GS?
http://www.purplemath.com/modules/distform.htm
(The power of (x1 - x2)+(y1-y2))
So--can I put "the power of" in GS?
Comments
example copied from a previous post by TShirtBooth:
Magnitude(game.firstx-game.secondx,game.firsty-game.secondy)