Is there a way to detect a double tap?
Also, if a display object is made a member of a group, and then made a member of a different group, what happens? [import]uid: 4366 topic_id: 408 reply_id: 300408[/import]
Is there a way to detect a double tap?
Also, if a display object is made a member of a group, and then made a member of a different group, what happens? [import]uid: 4366 topic_id: 408 reply_id: 300408[/import]
the tap event has a “event.numTaps” that will tell you the number of taps.
in regards to inserting a display object (objectX) into groupA and then re-inserting objectX into groupB, you will reparent the objectX into groupB and remove it from groupA. Group children can only have one parent.
Carlos [import]uid: 24 topic_id: 408 reply_id: 742[/import]