Object Travel from Point A to Point B

I might be approaching this the wrong way, I currently have objects spawning
1 at a time every 1 second randomly outside of screen and when they spawn
they Transition.to the middle of screen. Is there a better way to do this? Few
problems with the method i`m using.

#1 There is no transition.pause() API

#2 using the Multi Puck drag (fling) sample code i`m only able
to drag the objects once they reach the middle of screen (end transition)
if I attempt to drag while on route is just a mess.

#3 Using Transition Manager to pause the Transition every time an object
is being dragged and if let go (cancel the drag) the transition resumes makes
the app act funny (very un-real)

So does anyone have a better idea or sample code that can help me accomplish
this Please? Spawn objects on random location and make there way to middle of screen! [import]uid: 30314 topic_id: 17038 reply_id: 317038[/import]