这是我的代码,我要疯了。我只是按照 Corona Labs 示例中的方式进行操作,但似乎无法正常工作。你能看看吗?
local try= display.newImage("1.png")
local function hop(event)
if(event.phase==began) then
print "hello"
end
return true
end
try:addEventListener("touch", hop)