Russ,
Using the same idea you can control all you pins at same time. Its not pretty or clever, but it works

PortB = %00000001 ;pin 0 high 3us
PortB = %00000001
PortB = %00000001
PortB = %00000010 ;pin 0 low, pin 1 high 3us
PortB = %00000010
PortB = %00000010
PortB = %00000100 ;pin 1 low, pin 2 high 3us
PortB = %00000100
PortB = %00000100
PortB = %00000000 ;all pins off

Loop etc

Tenaja is your name Don L?