Lasser
Julio 11, 2007
código del lasser:
onClipEvent (load) {
vel=25;
_x=_root.nave._x;
_y=_root.nave._y;
}
onClipEvent(enterFrame){
this._x+=vel;
if (this._x>=600){
this.removeMovieClip();
}
}
Entry Filed under: PUBLICIDAD DIGITAL. .
Trackback this post | Subscribe to the comments via RSS Feed