Multiple Drag and Drop Actors
iPhoneDevForMe
Member Posts: 362
I have 2 actors that have rules set up so it can be touched and moved. Im having an issue where when im dragging one actor, if I overlap with the other it picks that actor up as well. Ive been playing with this for awhile and cant seem to get this to work, any ideas? Thanks!
Comments
When you pick an object up, set game.isDraggingObject to TRUE
When you drop an object, set game.isDraggingObject back to FALSE
And only be able to pick up an object if game.isDraggingObject is FALSE
Thanks alot! I knew it was going to be something simple!
By the way, I purchased your app Danger Cats and I have to say, I love that game!