function main()
	Is3D( FALSE );

	AddBackground( "Gray\\intro02" );

	-- Displayable objects
	AddSprite( Sara,    189, 30, 120, 240, nil, VISIBLE, 17, 18 );
	AddSprite( Officer,  19, 16, 160, 272, nil, VISIBLE, 14, 15 );
end