i have attached 4 squares (attachMovie) with a for-lus and i assigned a rollover and a rollout to them.
If I go over a square, an onenterframe starts, and the square is getting bigger.
When i rollout, the square is getting his normal size again.
No when I move rapidly to another square, the problem starts. And the first square doesn’n reach his final width. The first square is even getting widther when I roll over the second square.
All the code is in one frame.
I’ve tried to put the code on a movieclip, so at the square itself, and then it works, but isn’t it possibly to do it the first way? To put the code all in one frame?