This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
es:orx:tutorials:anim [2012/02/29 07:51 (13 years ago)] – zera | es: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# | ||
- | |||
- | Este tutorial solo cubre un uso muy básico de las animaciones en orx. | ||
- | |||
- | Todas las animaciones son guardadas en [[http:// | ||
- | 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' | ||
- | |||
- | 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 ===== |