function main()
	Is3D( FALSE );

	AddBackground( "Gray\\intro01" );

	-- Displayable objects
	AddSprite( Sara,    241, 67, 80, 260, nil, VISIBLE, 16, 16 );
	AddSprite( Officer, 157, 71, 80, 260, nil, VISIBLE, 12, 13 );
end