Can anyone tell me how I would go about slowing down a loop in flash mx.
I was trying to achieve a simple effect where the user clicks a button a object moves slowly across the page until it reaches a destination I set.
I sort of got it to work by using a loop and changing the x position through that. The problem is that flash wizzes through the loop so it appears that the object just jumps from one position to the final position.
Is there anyway to slow down a loop or some method of telling flash to wait for a set amount of time.
I had a look around and from what I can tell if I didnt want to use the ‘onClipEvent(enterFrame)’ method then the alternative would be to use the setinterval command.
I had a look at that command and couldn’t figure it out at all. I’m amazed that someone has not created a function that will enable you to move a movie clip anywhere on the stage and also specify the speed at which you want it to move. This would be SO useful.