This is driving me crazy its been a couple of days and when Im close to accomplishing this something else screws it up. What im trying
to accomplish is pretty straightforward:
1: Spawn Images on random location
2: When images spawn they should make their way to center of screen.
3: If you touch image you can drag them like [Multi Puck Sample]
Please help and if you can post a sample code or snippet Id be very grateful! The Reason I dont post my code Is because I have try so many
different method it will be pointless, might be best explain all I tried.
I can make images spawn on different location (1)
I also manage to make images make their way to center of screen(2)
The problem is if I use transition.to then while they are on route It wont
let me drag the object using Multi Puck Dragging Code until the object
has finish its transition. I also tried using Beebegames Class obj:moveTowards()
and that will allow me to drag the object while is on route but the problem is
if I try to remove the object I get an error and its due to Beebegames.lua the
function that causes obj:moveTowards uses mCeil and if you remove the object
thats on route using obj:moveTowards() you will get an Error.
I can make the image draggable using Multi Puck sample [3] the only problem
as explained above if the object is doing a transition.to it wont allow me to drag
it.
So bottom line can anyone please land a hand on how this is accomplish ?
Or just point me in the right direction 
Thanks in advance !! [import]uid: 30314 topic_id: 17098 reply_id: 317098[/import]
[import]uid: 3826 topic_id: 17098 reply_id: 64271[/import]
Thanks! [import]uid: 30314 topic_id: 17098 reply_id: 64387[/import]