Dr.XxX
12.12.2007, 02:55
function bubble_fly(object:MovieClip) {
object._x=rand(20);
object._y=rand(5);
}
onEnterFrame= function(){
duplicateMovieClip("bubble","bubble",this.getNextHighestDepth());
bubble_fly(bubble);
}
Почему bubble_fly(bubble); не работает =\ ?
object._x=rand(20);
object._y=rand(5);
}
onEnterFrame= function(){
duplicateMovieClip("bubble","bubble",this.getNextHighestDepth());
bubble_fly(bubble);
}
Почему bubble_fly(bubble); не работает =\ ?