function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "Motel\\grissom_stand" );

	-- Displayable items
	AddSprite( Grissom,  200, 0, 180, 384, nil, VISIBLE+ACTIVE, 11, 12  );
end
