function main()
	Is3D( FALSE );

	AddBackground( "Tropicana\\16_officer2" );
	
	-- Hotspot
	AddSprite( HTropicanaHeadWounds, 200, 100, 245, 156, nil, ACTIVE, 0, 0, TOOLS );

	-- movies
	AddSprite( 1,   0, 0, 280, 240, nil, VISIBLE, 14 );
	AddSprite( 2, 360, 0, 280, 240, nil, VISIBLE, 15 );

	-- AddEffect -=( MIKROSIL CAST )=-
	AddSprite( OTropicanaHeadCast, 185,   0, 256, 256, "obj_headcast.dds", 0 );

end