I have this group based on the code from button example
local Group = display.newGroup()
group:insert ( background )
group:insert ( button1 )
group:insert ( button2 )
assert( (group[1] == background) and (group[2] == button1) and (group[3] == button2))
I want to drag it around with the follow me example code.
How do I tag it to:
dragGroup:addEventListener( “touch”, onTouch )
[import]uid: 1908 topic_id: 615 reply_id: 300615[/import]