I have a clip (1) and I am using the following code to move it
onClipEvent(enterFrame) {
speed = 5;
this._x += speed;
}
Is it possible to use another clip to trigger the movement of clip 1?
thanks
georgia
(-:
I have a clip (1) and I am using the following code to move it
onClipEvent(enterFrame) {
speed = 5;
this._x += speed;
}
Is it possible to use another clip to trigger the movement of clip 1?
thanks
georgia
(-:
:: Copyright KIRUPA 2024 //--