INTERACTIVIDAD CON EL TECLADO .FLASH 5.onClipEvent (load) {speed = 20;display = "press arrows";}onClipEvent (keyDown) {if (Key.getCode() == 39) {_x = _x+speed;} else if (Key.getCode() == 38) {_y = _y-speed;} else if (Key.getCode() == 37) {_x = _x-speed;} else if (Key.getCode() == 40) {_y = _y+speed;}display = Key.getCode(...
viernes, 5 de junio de 2009
miércoles, 3 de junio de 2009
Posted by Espartan_7 on 9:08 with No comments

Cualquier duda chekar aqui !!!http://es.download.sketchup.com/OnlineDoc/gsu6_win/gsuwin.h...
martes, 2 de junio de 2009
Posted by Espartan_7 on 10:37 with No comments
VALOR NUMERICO DE LAS TECLAS EN FLASH 5LINK>>>>LINK>>>>LINK>>>&...
Posted by Espartan_7 on 9:57 with No comments
Primero creas un clip de pelicula con cualquier nombre y con instancia "floor".Despues creas un clip de pelicula que le insertaras las siguientes acciones.onClipEvent(load){velocity = 0gravity = 2friction = 0.01}onClipEvent(enterFrame){velocity += gravityvelocity -= friction*velocity_y += velocityif(_y>_root.floor._y){_y = _root.floor._yvelocity *= -0....
Suscribirse a:
Entradas (Atom)