That would be neat. Thanks.
construct3.ideas.aha.io/ideas/C3-I-588
Develop games in your browser. Powerful, performant & highly capable.
The angle expression does that already.
angle(0,0,x,y)
Is the same as
atan2(y,x)
Oh now that is something. I tried angle but I didn't think to simply leave the first two values on 0. :V
Thanks r0j0