How about:
X: random(300)+800
Y: random(400)
Assuming a resolution of 800x400 (in landscape orientation)
That way the object would always be made at an X coordinate offscreen to the right.
Then add an System->OnEveryTick to subtract 1 from X of each of those objects.
So that they all move to the left slowly.