Grazie, ho risolto così!
pulsante.onPress=function():Void
{
var speed:Number=0;
stella.onEnterFrame=function():Void
{
this._x+=speed;
speed+=.50;
if(this._x>=760)
this.onEnterFrame=null;
}
}
Grazie, ho risolto così!
pulsante.onPress=function():Void
{
var speed:Number=0;
stella.onEnterFrame=function():Void
{
this._x+=speed;
speed+=.50;
if(this._x>=760)
this.onEnterFrame=null;
}
}