Asking about a youtube video

Here Ezequiel,

I am just wonder to know if someone has already test and the code from this video:

https://www.youtube.com/watch?v=4HtmjN6QKpM.

Now I ask: Is this code able to make a multitouch app ( or al least without setting multitouch? ) or you need to do more things to get it working?

Welcome to the forums!

Multitouch is turned on with a simple one-line command in your code:

system.activate( “multitouch” )

https://docs.coronalabs.com/api/library/system/activate.html

Please note the simulator is dependent on a mouse, so it’s hard to do multiple clicks with a mouse. So you will only be able to test multitouch on a real device.

Rob

Great! I must admit how amazing this powerful tool it is!! Is the first time that I’m actually writing code that immediately shows up something on screen, and even actually moving objects and playing sounds. Just awesome the engine’s performance with images and the non-delay-like-another-easy-engine feature :slight_smile:

Welcome to the forums!

Multitouch is turned on with a simple one-line command in your code:

system.activate( “multitouch” )

https://docs.coronalabs.com/api/library/system/activate.html

Please note the simulator is dependent on a mouse, so it’s hard to do multiple clicks with a mouse. So you will only be able to test multitouch on a real device.

Rob

Great! I must admit how amazing this powerful tool it is!! Is the first time that I’m actually writing code that immediately shows up something on screen, and even actually moving objects and playing sounds. Just awesome the engine’s performance with images and the non-delay-like-another-easy-engine feature :slight_smile: