Nun, mein Beispiel funktioniert nur mit acknex.h bzw default.c und ohne main function wink

Code:
#include <default.c>

TEXT* intro ={font = "arial#50B"; string = "Thank you for testing!"; alpha = 0;}

function intro_startup(){
	wait(-2);
	vec_set (intro.pos_x, vector(screen_size.x/2,screen_size.y/2,0));

	set(intro,CENTER_X|CENTER_Y|TRANSLUCENT|SHOW);
	
	while(intro.alpha <= 99){ wait(1); intro.alpha += 2 * time_step;}
	while(intro.alpha >=  0){ wait(1); intro.alpha -= 3 * time_step;}
}




Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P