Hi,
First I apologize for my bad English and if the question I have is repeated, I read and look at several posts and did not find the answer
I followed the following tutorial http://www.kirupa.com/developer/mx/ASmovement.htm. I have a strip of images with the following code:
onClipEvent (enterFrame) {
speed = -2;
this._x + = speed;
}
What I need is that when you finish or start over again.
Anyone know how?.
Thank you very much,
Daniela
EDITED for better explanation
Sorry if I was not clear. I have a strip of images that goes from right to left, the problem is that once you pass all pictures is stopped.
What I need is to re-start, slipping to the opposite side or something but I did not stay in standby or strip of images on the last stop.