Hi All,
I've started my next project, which is another top-down 2D game.
I've been searching the forums and found bits and pieces of what I want, but have found nothing exact. I'd rather not reinvent the wheel if what I want is already out there.
Is there a library that will allow me to define the game board with an area larger than the screen (like a ScrollView) that also supports Pinch and Zoom that will automatically resize whatever is visible to the user?
The best existing example I can think of is the functionality present in a game like Angry Birds where the playing area is larger than the screen, so the user can just drag to move the viewing area and/or pinch & zoom to change the size of what they are currently seeing.
Does B4A currently have a library that supports this?
If not, should I look at using a ScollView and use the Gestures library to detect the pinch/zoom and write code to resize everything that is in the now visible area of the screen?
Are there other libraries I should consider?
Thanks for any suggestions.
PenguinHero.
I've started my next project, which is another top-down 2D game.
I've been searching the forums and found bits and pieces of what I want, but have found nothing exact. I'd rather not reinvent the wheel if what I want is already out there.
Is there a library that will allow me to define the game board with an area larger than the screen (like a ScrollView) that also supports Pinch and Zoom that will automatically resize whatever is visible to the user?
The best existing example I can think of is the functionality present in a game like Angry Birds where the playing area is larger than the screen, so the user can just drag to move the viewing area and/or pinch & zoom to change the size of what they are currently seeing.
Does B4A currently have a library that supports this?
If not, should I look at using a ScollView and use the Gestures library to detect the pinch/zoom and write code to resize everything that is in the now visible area of the screen?
Are there other libraries I should consider?
Thanks for any suggestions.
PenguinHero.