Good day. I was wondering if there is anyway to add a Runtime event listener to a gameObject
the idea is just like this :
GameObject = display.newImageRect("sample.png", centerX,centerY) GameObject:addEventListener("enterFrame",myFunction)
it appears that this doesn’t work? for me, no result is printing whenever I try to print the Y axis on the “myFunction” function
