function main()
	Is3D( FALSE );

	AddBackground( "Gray\\jason1" );

	-- Displayable objects
	AddSprite( Sara,   30,  0, 180, 384, nil, VISIBLE, 3, 4 );
	AddSprite( Jason, 328, 54, 160, 248, nil, VISIBLE+ACTIVE, 7, 8 );
end