My project had 6 circles. Each one will start in a random position.
I wrote this so they wont overlap:
if(this.hitTest("five", "four", "three", "two", "two", "one")) {
this.x=random.integer(250,1650);
this.y=random.integer(310,950);
}
its not working. all of my circles are like this.
please send help. i beg.