Hi
In my balloon game, balloons are coming from top to bottom and i just tap balloon to blast it.But i want that at some time like till 5 levels only single balloon is tapped and after some time i like to allow swiping feature i.e. when user swipes then all balloons within that swipe are are blasted . I know standard touch and targeted touch and i done code for that. But how can i do it parallel ?
like till 5 levels only standard touch is allowed
and after that till 30 seconds user is allowed swiping facility i.e. Multiple touch is to be allowed
I have a 1 game layer in which initially standard touch is already allowed and so now how can i change that to multiple touches within same layer? (if possible)
how i can do this ?
Thanks!