Hello,
I want to create a module that allows me to pinch zoom other objects outside the module.
I found this tutorial, but when multi touches cross each other, the behavior becomes very weird.
Sometimes the display object disappears completely. :blink:
And I can’t restore default size in that tutorial.
I tried to google but there are nothing much about Pinch Zoom in Corona.
How do I create a module that allows me to pinch zoom (and restore) objects outside the module?
Thanks bunches!
edit: furthermore, I really want to make it runnable in simulator/debug
Any suggestion will be appreciated.