sorry for the double post but ive forgotten to post my other problem :P
Well the thing is that i want to load things from the library, i know how to do it. but i want to load them randomly, for example
_root.attachMovie("cary", "cary", 1000000);
_root.driver._x = 166.0;
_root.driver._y = 266.0;
Now the problem is that i want another car to be added randomly, yet i dont want them to be added so that they touch each other. you get me?