hi,
I tried:
Every 0,1 seconds:
Create object on (circle.X + cos(random(360) * circle.width/2), circle.Y + sin(random(360) * circle.width/2)];
My wish is that the objects are all created at a random place, within the circle, not overlapping the outside of this circle.
This did not work for me.
Do you have another suggestion?
I think I am looking for a way to spawn objects at an x distance pixels from the middle of a circle.
If I worked with a square, this would have been no problem.
Circles provide more complexity.