Today,
I´m using this AS to movement a MC
ActionScript Code:
onClipEvent(enterFrame){
this._x += -1;
}
this._x += -1;
}
but not looping, how can i loop with AS?
i try to do this with infinit fake background, just one piece of image and loop, but i just got this with timeline animation… how can i do this with AS?
thanks!
Posted in Flash Application and Games Development |
Leave a Comment




