Just had a quick go on HTC Magic. Seems to work fine. Main thing is when you first open up the application you see the Keyboard... (And have to press back key to get rid, which will may fustrate some users).. The only other game I have seen this is Hellavators,, (I think I may have mentioned this issue to you on that post too). Other than that the game seems nice graphically..
Only gameplay thing is the time is a little confusing.. The clock goes up, whilst the Timer Bar goes Down.. The Clock time going down would seem more logical.. Edit.. Sometimes the buttons seem a little unresponsive (a second or 2 to respond!).
Good luck! Steve
Thanks for testing Stevey.
The issue with unresponsiveness is already solved, it was a bad use of stringTokenizer which took a few seconds to parse the highscores.
The soft keyboard showing up, I guess it's also solved. Since I can't reproduce I hope it is.
Regarding the timebar, there are two points to take into consideration:
one, is the time left to finish the level . That would be represented by the bar.
The second, is to watch the elapsed time to try and get a high score . That's why I didn't put a counter-countdown . So if you're trying a fastest time, you wouldn't have to do the maths, like Total time to finish - time left to see what is the elapsed time.
I think the way it is now, is the best to get most information in a short glance.