It looks like you're new here. If you want to get involved, click one of these buttons!
giving the error message. What is the problem?
main.lua:477: index '__userdata' cannot be found
stack traceback:
main.lua:477: in function
local function onKeyUp(event) if event.keyCode == KeyCode.BACK then if GeriTusu == true then --Stage dahil edilmiş herşeyi SİL for ii=1,stage:getNumChildren() do stage:removeChild(stage:getChildAt(1)) end Application:exit() end end end stage:addEventListener(Event.KEY_UP, onKeyUp) |
Comments
you should use:
Likes: mertocan, turker2000
Likes: turker2000