Search tutorials
All we have to do now is to set the variables speed and fastmove using the on load action of our mc.
onClipEvent (load) {
speed = 1001;
fastmove = 1;
}
As we saw the delay of our movie = speed * fastmove. So at first the while action loops until the counter reaches 1001.
I hope you enjoyed this tutorial.
Happy flashing!


Comments
There are no comments yet. Be the first to comment!