Hi all,
I was wondering how one moves around (or progresses some other action) movie clips around the screen that were created (or just controled) through class methods.
as in, how to a turn say
onClipEvent(enterframe){
this._x += 5;
}
that’s nested in the movie clip, into the same thing as a class method?
thanks in advance :te: