Toonheart / The-Last-Little-Droid

A Droid survives blast of his home planet, and gets thrown in a transwarp (space travel portal) and lands on distance planet Earth.
0 stars 0 forks source link

Get rid of direction controls and allow a bigger area of contact for player control #3

Closed srikrishnadas closed 12 years ago

srikrishnadas commented 12 years ago

Current left and right direction controls on the HUD are too small.

They are okay on bigger screen (ipad etc) and also work fine on browser via (mouse simulation for touch), but on smaller devices 3'' screen (test device: Sony Ericsson ST15i Xperia Mini) .. the touch works sometimes and doesnt sometimes.

Get rid of those controls and substitute with a easier to use touch on any left half of the screen or left of player or right half or right of player to move it.

srikrishnadas commented 12 years ago

Work in Progress.

Testing it the new changes on the same device as we speak.

srikrishnadas commented 12 years ago

Got rid of left/right control arrows from the HUD and adding new feature to touch anywhere on left/right half of screen to move the player left/right. (Commit Ref: d7e22c783f2f044f696cd805c78ab141d3bb2b6f )

Works perfect on browser.

Shadily on Android 2.3.4, sonyericsson st15i and st18i.

Suspecting that its because of android 2.3.4, may be it will work find on android 4.0. Need to find a device before I can be fully sure.

srikrishnadas commented 12 years ago

Suspecting that its because of android 2.3.4, may be it will work find on android 4.0. Need to find a device before I can be fully sure.

Confirmed. Tested Commit 769fea71df806f741af62c5f917326fe91fc59c5 on HTC One X running Android 4.0.4 and directions work perfect.

Closing this bug now.. and dammit we need a Android 4.0.4 or higher running device for future tests.