how to make simple touch commands and play animation?

five objects apear and disapear on the screen as an animation and the players job is to touch the screen in the same order at the same spots,how can i do that for iphone or where can i find out on how to do that?thank you very much!

1 Answer

1

Small question but has a really long answer to type it all. Anyways

You need to use something called Projectiles if its 3d

For 2d you can use touch.position

Have a look at documentation

http://unity3d.com/support/documentation/Manual/Input.html

Looks here for multitouches

http://technology.blurst.com/iphone-multi-touch/

And have a look at the project here

Spend some time its not the easiest thing to do.

–Rishab