algorithm - which android toolkit functions/classes would I need to use to implement a slingshot mechanism in an android game? -


which android toolkit functions/classes need use implement slingshot character control mechanism? (for android game) want character can fly around repeatedly being slingshotted on angry birds (only repeatedly). appreciated.

also, implement framework presented in here if possible, since followed tutorial succesfully , completed it.

can @ least point me in right direction research?

alright i'm sorry asked question, did more research , watching andengine tutorials can try figure out how make slingshot mechanism myself using framework. mind canceling minus' can post correct specific questions again?

that require lot of mathematics. also, lot of drawing.

for android part, can start view , implement ontouchevent. http://developer.android.com/reference/android/view/view.html#ontouchevent(android.view.motionevent)

although, sure there more effective way of creating game android. possibly using type of rapid development kit reduce amount of background code you'd have write. example, write application in flash or adobeair , deploy way.

i think down voted because lot of questioning can answered doing own research. there no error here, asking code.

here stuff can search for:

  • slingshot physics
  • collision detection
  • android view drawing
  • android opengl es

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -