Use two fingers in two different ways
Hi!
In my game I have blocks - player can touch any of them, and drag it with his finger (actor constrains its position to mouse position).
Also there is a special kind of blocks - you have to hold it with your finger all the time, because when you release it, it'll move to its start position.
The problem I have - if player holds block number 2 with his finger, and try to move block number 1 with other finger, the block number 1 changes its position to the first finger.
I need it to make it that way, so player can hold one block, and move another; or he doesn't have to hold the first block, and only use one finger to move one block.
Any suggestion will be appreciated.
Thank you!
In my game I have blocks - player can touch any of them, and drag it with his finger (actor constrains its position to mouse position).
Also there is a special kind of blocks - you have to hold it with your finger all the time, because when you release it, it'll move to its start position.
The problem I have - if player holds block number 2 with his finger, and try to move block number 1 with other finger, the block number 1 changes its position to the first finger.
I need it to make it that way, so player can hold one block, and move another; or he doesn't have to hold the first block, and only use one finger to move one block.
Any suggestion will be appreciated.
Thank you!
Best Answer
-
expired_012 Posts: 1,802
DeepBlueApps' free multitouch demo might be able to help you (specifically the Under the Sea one): http://www.deepblueapps.com/Deep_Blue_Ideas_Ltd./GSTemplateFR_MLT.html
Answers
Thanks Arton - I didn't see this template