It looks like you're new here. If you want to get involved, click one of these buttons!
I am trying to make a game with two main buttons, one to rotate the view and one the direction you run in. It is coming out good, but I can't get Codea to let me use both buttons simultaneously. What I want to do is create something like the Ping sample game in Codea, and have two touches exist at once. Anyone know how?
Comments
@jrohanian Here's a simple example. Slide a finger back and forth. Then try more fingers.
@dave1707 's example is good. Codea also has a built in example that you can look at.
@dave1707 Thanks I get it now. I was making this way too complicated.