I would like to use the formula directly when creating the object.
Thanks!
Self.x+dist*cos(ang)
Self.y+dist*sin(ang)
Develop games in your browser. Powerful, performant & highly capable.
Self.x+dist*cos(ang) Self.y+dist*sin(ang)
Thank You very much!