Page 1 of 1

Gentlemen, my humble project ....

Posted: Wed Apr 23, 2008 1:29 am
by Jue
:shock:


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);
	}]

       
   
   
}

Re: Gentlemen, my humble project ....

Posted: Wed Apr 23, 2008 11:49 am
by Sph!nx
lol, very nice!

Re: Gentlemen, my humble project ....

Posted: Fri Apr 25, 2008 4:42 pm
by fps
I have no sound here but this is so funny to me. ahhhhhhhh!

Re: Gentlemen, my humble project ....

Posted: Tue Apr 29, 2008 5:06 am
by Agentarrow
It is very well done! Bravo!