...code call shake_screen ;shake the screen ...more code In a message dated 4/1/99 10:19:39 PM Eastern Standard Time, ziggy2282@juno.com writes: > Thanx. So when it finishes shaking for x amount, where do I tell it to > continue exection of the program? Can I put a > > ld b,X ;X=number to shake > jr z,Next ;or whatever > > to have it jump to the next label after execution of the shake screen > routine?