I want to move circle in a circular path like knob tune....... How could i do this? can any one help me?...Thanks in advance
+1
A:
Here you go, this link includes the correct code sample on the last post.
http://www.iphonedevsdk.com/forum/iphone-sdk-development/3132-rotate-knob-image-touch.html
Suvesh Pratapa
2009-06-11 12:17:53
+2
A:
xcord = centerX+(radius*cos(theta))
ycord = centerY+(radius*cos(theta))
put the circle in (xcord,ycord)
increment theta by a small radian value.......
Jasim
2009-06-11 12:25:35