scusa se rompo ancora.... ma cosi è giusto?
onClipEvent (load) {
this._x = 0;
this._y = 0;
speed= 3;
y= 28;
}
onClipEvent (enterFrame) {
this._y += (y-this._y)/speed;
if(this._y >= 27){
this._y = 28;
x=114;
this._x += (x-this._x)/speed;
}else if(this._x == 114){
stop();
}
}
graziemille!![]()

Rispondi quotando