Gentlemen, my humble project ....

Game Design, Story, Game Play.
Post Reply
Jue
Posts: 55
Joined: Mon Sep 17, 2007 1:25 am
Location: Colombia

Gentlemen, my humble project ....

Post by Jue » Wed Apr 23, 2008 1:29 am

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

       
   
   
}

User avatar
Sph!nx
Posts: 297
Joined: Thu Feb 22, 2007 7:26 pm

Re: Gentlemen, my humble project ....

Post by Sph!nx » Wed Apr 23, 2008 11:49 am

lol, very nice!
Regards Sph!nx

Sven Co-op, DevEd: Development & Editing

User avatar
fps
Posts: 504
Joined: Mon Sep 26, 2005 9:54 pm
Location: in a magical land devoid of hope, happiness, and sanity.

Re: Gentlemen, my humble project ....

Post by fps » Fri Apr 25, 2008 4:42 pm

I have no sound here but this is so funny to me. ahhhhhhhh!
1 wrote:
for the internet is a cruel and dark place at times, and there's sex and blood everywhere.

2 wrote:
You say that like it's a bad thing.

1 wrote:
You are a bad thing.

User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Gentlemen, my humble project ....

Post by Agentarrow » Tue Apr 29, 2008 5:06 am

It is very well done! Bravo!
AgentArrow Home
The greater good is but a point of view...

Post Reply