/ Published in: ActionScript
Expand |
Embed | Plain Text
//------------ en las acciones _root.boton1_btn.onPress=function(){ // aprieto el boton pagina_mc.quierollegar = 500; // } //------------------- en el Movie Clip------ onClipEvent (load) { _x=0; // punto de partida easeSpeed = 5; } onClipEvent (enterFrame) { _x += (quierollegar-_x)/easeSpeed; }
You need to login to post a comment.
