If a package drops at the rightmost position you cannot move far enough to the right to catch it.
did it happen to you? because packages should not be allowed to drop in the edges, according to the formula that drives their x starting position:
px(tt)=2+int(rnd(.)*37)
(so x<=38 and x>=2)