Try this one:
Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>

///////////////////////////////

function main()
{
	// slowly fade out the window at the beginning
	//for (video_alpha = 100; video_alpha > 0; video_alpha -= 1*time_step)
	
	video_alpha = 0;
	
}



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