Try this:
[blockcode]
function wtouch(event)
print(event.phase )
end
Runtime:addEventListener( “touch”, wtouch )
[/blockcode]
The began, moved, ended event phases are reported but not the event phase stationary. [import]uid: 9371 topic_id: 4031 reply_id: 304031[/import]