This is my little project that is developing after achieving RF understand how it works, I am happy of the results, after much mental effort because I am ignorant well in the English language.
http://es.youtube.com/watch?v=p8Ev4v7JtQU&eur
Code: Select all
{
Iniciando[()
{
Console(true);
SetEventState("Mensaje1",true);
NewPoint("Punto1");
MoveToPoint("Volar",500,"");
SetEventState("Mensaje1",false);
NextPoint();
MoveToPoint("Volar",600,"");
SetEventState("Candela",true);
SetEventState("Mensaje2",true);
NextPoint();
SetEventState("Mensaje2",false);
MoveToPoint("Volar",700,"");
SetEventState("Mensaje3",true);
NextPoint();
SetEventState("Mensaje3",false);
SetEventState("Camara",true);
MoveToPoint("Volar",800,"");
NextPoint();
MoveToPoint("Volar",800,"");
SetEventState("Estallido",false);
SetEventState("Estallido",true);
NextPoint();
PlayAnimation("Estrellada",true,"");
MoveToPoint("Estrellada",900,"");
SetEventState("Estallido",false);
SetEventState("Estallido",true);
SetEventState("Uno",true);
SetEventState("Dos",true);
Gravity(true);
AddTimerOrder(1,5,"Salto" );
}]
Salto[()
{
SetEventState("Cambio",true);
}]
}