why doesn’t this work
i have an mc called ball that i’ve attached as an experiment on the first frame.
i put the numbers above the ball instances to show that the for loop was working and can call the variable i
what i want to do is make it so the balls slide in from the left with easing
so i started their _x at 0 and incremented it while still in the for loop.
this appears to be making them move along with the script until the next ball is attached during the next cycle through the for loop.
how can i access these to get them to slide in the way i want them to?
thanks 