Hello all,
Here is my problem. I have developed a horizontal list of objects that I can slide from side to side (via Touch events and dragging). I want to be able to drag one of the objects vertically into a palette of sorts.
To do this I detect when the sliding drag has very little x motion and a much greater Y velocity. I then create a copy of that object (since I want to keep the original in the list incase the user wants to select another). I need that new object to continue moving in the Y direction with the user’s drag motion. However, when I create the object and place a touch event listener on it, it needs a “fresh” touch event to move and the object stays motionless until I touch it a second time. Is there a way to instantiate an instant touch event or carry over the touch sequence from one object to another? I tried simply passing focus to the new object but that does not seem to help.
Thanks
Christian [import]uid: 69863 topic_id: 36021 reply_id: 336021[/import]