Hi, I have a problem. I want to make a line between two position, but I wanna to make angle. Look in picture 2. I can make something like picture 1, but I cant make something like picture 2. If someone have a any project (capx), I will be really happy.
dominik3377
This is fairly easy. Create a dot sprite (pixel size). Draw it on Canvas using math equation for circle = x^2 + y^2 = r^2
You can play around with curvature, length etc. to arrive at your desired result.
Develop games in your browser. Powerful, performant & highly capable.
If you are using Canvas object, it may be easier to draw a Bezier curve.
Thx, but where i can download this plugin "canvas"?
everything work. Thx