stablex = this._x;
on(rollOver){
this.onEnterFrame = function(){
if(this._x < (stablex+3));
this._x += 0.1
} else {
this.removeOnEnterFrame();
}
}
}
on(rollOut){
this.onEnterFrame = function(){
if(this._x > stablex);
this._x -= 0.1
} else {
this.removeOnEnterFrame();
}
}
Nu vot tipa tovo dolzhno bytj... pustj specy popravjat
