function main()
	Is3D( FALSE );

	AddBackground( "Gray\\jason2" );

	-- Displayable objects
	AddSprite( Sara,    0,  0, 160, 384, nil, VISIBLE, 5,  6 );
	AddSprite( Jason, 235, 34, 180, 280, nil, VISIBLE+ACTIVE, 9, 10 );
end