Hi,
I have a movie clip that is scrolling across the screen like this:
onClipEvent(enterFrame) {
speed = 2;
this._x -= speed;
}
How can I make it stop on RollOver and continue on RollOut?
thanks
Hi,
I have a movie clip that is scrolling across the screen like this:
onClipEvent(enterFrame) {
speed = 2;
this._x -= speed;
}
How can I make it stop on RollOver and continue on RollOut?
thanks
:: Copyright KIRUPA 2024 //--