User Tools

Site Tools


es:orx:tutorials:anim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
es:orx:tutorials:anim [2012/02/29 07:43 (13 years ago)] – [Resumen] zeraes:orx:tutorials:anim [2020/08/19 21:12 (5 years ago)] (current) – Old content sausage
Line 1: Line 1:
-====== Tutorial de Animaciones ====== 
  
-===== Resumen ===== 
- 
-Veasé los anteriores [[main#Basic|tutoriales básicos]] para más información acerca de [[object|creación básica de objetos]], [[clock|manejo del reloj]] y [[frame|fotogramas]]. 
- 
-Este tutorial solo cubre un uso muy básico de las animaciones en orx. 
- 
-Todas las animaciones son guardadas en [[wp>Directed_graph|gráfico dirigido]].\\ 
-Este gráfico define todas las posibles transisiones entre animaciones. Una animación es referenciada usando un único caracter de cadena. Todas las transiciones y animaciones son creadas via ficheros de configuración. 
- 
-When an animation is requested, the engine will evaluate the chain that will bring it to this animation from the current one.\\ 
-If such a chain exist, it will then be processed automatically. The user will be notified when animations are started, stopped, cut or looping by events.\\ 
-If we don't specify any animation as target, the engine will follow the links naturally according to their properties ((such as loop counters that won't be covered by this basic tutorial)).\\ 
-There's also a way to bypass this chaining procedure and immediately force an animation. 
- 
-Code-wise this system is very easy to use with two main functions to handle everything. Most of the work is made not in code but in the config files when we define animations and links. 
-((A very basic animation graph will be used for this tutorial: we did it so as to keep limited the amount of needed config data.)) 
-===== Detalles ===== 
es/orx/tutorials/anim.1330530208.txt.gz · Last modified: 2017/05/30 00:50 (8 years ago) (external edit)