En castellano y con el crack.
Ver entrada
En el blog de Emanuele Feronato tenemos un montón de tutoriales paso a paso para desarrollar juegos con ActionScript. Esta el archivo .fla y todo el código explicado.
Os dejo algunos atajos de teclado para las acciones del Flash:
esc + on -> on () {}
esc + tr -> trace();
esc + if -> if () {}
esc + do -> do {} while ();
esc + sw -> switch () {}
esc + fr -> for () {}
esc + ca -> call ();
esc + in -> #include ""
esc + pr -> print();
Apunte:
esc + st -> stop();
(Pulsamos las teclas ESCAPE + "S" + "T" a la vez)
Para los interesados en dar el cambio de AS2 a AS3, el sábado 5 de Julio hacen en Valencia un workshop sobre el tema. La charla corre a cargo de *FLAN, uno de los miembros de Pixelinglife
Nos vemos allí!
Beginners Guide to Getting Started with AS3 (Without Learning Flex)
http://www.senocular.com/flash/tutorials/as3withmxmlc/
Change the frame rate of your movie
http://www.kirupa.com/forum/showthread.php?p=1876826#post1876826
Preloaders in AS3
http://www.bit-101.com/blog/?p=946
Tween Class
http://livedocs.macromedia.com/flex/2/langref/mx/effects/Tween.html
SimpleButton and Events in ActionScript 3.0 Tutorial
http://www.flashdev.ca/article/simplebutton-and-events-in-as3/
Actionscript 3.0 Scrollbars
http://www.createage.com/blog/?p=142
Using FlashVars with ActionScript 3.0
http://blogs.adobe.com/pdehaan/2006/07/using_flashvars_with_actionscr.html
ActionScript 2.0 to ActionScript 3.0 Migration
http://livedocs.macromedia.com/flex/2/langref/migration.html
ActionScript 3.0 Codebase
http://www.ericfeminella.com/blog/actionscript-30-codebase/
ActionScript 3 Tip of the Day
http://www.kirupa.com/forum/showthread.php?t=223798