Air Hockey Demo?

I dont understand how they did the multitouch of the paddles on the different sides? Could some one explain it to me? [import]uid: 39840 topic_id: 17839 reply_id: 317839[/import]

You just enabled multitouch - is that want you want to know, how to enable it?

If so, it’s one line;
[lua]system.activate(“multitouch”)[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 17839 reply_id: 68082[/import]

I am trying to make a pong clone from scratch and I tried using the multiouch but the objects will disapper, I am using your code I think for moving the objects with your finger [import]uid: 39840 topic_id: 17839 reply_id: 68102[/import]

There’s actually an example of a pong game using multitouch on Techority you could work from. (You can still make one from scratch but learn from the example.)

See here; http://techority.com/2011/06/29/pong-in-73-lines

Peach :slight_smile: [import]uid: 52491 topic_id: 17839 reply_id: 68116[/import]