alemenu / frozenbubbleandroid

Automatically exported from code.google.com/p/frozenbubbleandroid
GNU General Public License v2.0
0 stars 0 forks source link

Auto aim and shoot. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

 How do you change the code to auto aim and shoot a bubble on touch event instead of manually adjusting the aimer then shooting? 

Original issue reported on code.google.com by jasengeo...@gmail.com on 14 Jan 2011 at 7:39

GoogleCodeExporter commented 9 years ago
Open the option menu and select the "Aim Then Shoot" or "Point To Shoot" option.

Refer to the attached screenshot.

The code to process key presses/screen touches and other input events is in 
GameView.java:
doTouchEvent( )
doTrackballEvent( )
doKeyDown( )
doKeyUp( )

Original comment by forter...@gmail.com on 12 Mar 2013 at 2:23

Attachments: