Hey guys!
So, I’m trying to make a simple touch event on the Circle… The touch event is fireing everywhere I touch…! Nothing in the terminal either… anyway… Here’s that little bit of code xD
[code]
function pausebutton:touch(event)
if (event.phase== “began”) then
stagenum= 2
end
end
Runtime:addEventListener(“touch”,pausebutton)
``
Thanks! [import]uid: 95032 topic_id: 22980 reply_id: 322980[/import]
[import]uid: 52491 topic_id: 22980 reply_id: 91875[/import]