It looks like you're new here. If you want to get involved, click one of these buttons!
My Codea app updated today and now all my app don't work. None of my apps are responding to touch. Has anything changed? I am using
Function touched(touch)
function touched(t) works for me.
function setup() end function touched(t) if t.state==BEGAN then print(t.x,t.y) end end
@jonesy166 - post some code that doesn't work
Comments
function touched(t) works for me.
@jonesy166 - post some code that doesn't work