function main()
	Is3D( FALSE );

	AddBackground( "Tropicana\\01_intro" );

	-- movies
	AddSprite(    Nick, 128, 44, 120, 340, nil, VISIBLE, 1, 2 );
	AddSprite( Officer, 377, 53, 120, 320, nil, VISIBLE, 3, 4 );

end