i,ve figured out a way to do it but i have a problem with an not working script....
well this isn't the best way but for an begginer as me i hope isn't bad
Quote:
onSelfEvent (load) {
for (i=10; i<=98; i++) {
n=i-9
nume="m"+i
radius=100
tellTarget (nume) {
_width=Math.sindeg(n)*radius
_height=Math.cosdeg(n)*radius
_x=-200
_y=200
}
}
}
|
also i have the test souce.....