Getting runtime errors, when simply copying code. I got the button to acknowledge itâs being clicked and I got a big green circle to move about the screen. Then I moved on to making the buttons function. However there seems to be a problem with âfireButton:addEventListener( âtouchâ, handleFireButton )â. In the second lot of codes. It just wonât start up with this line of code in there.
(EDIT) Actually the simulator does start up. I just get an runtime error saying âattempt to index global âfirebuttonâ(a nil value) stack traceback. [C]: ?.. main.lua:60: in main chuck.â I havenât the slightest clue what this means.
All I want to make is this:http://www.infiniteskills.com/training/mobile-game-development-with-corona-sdk/the-space-shooter-foundation.html. Why is it so darn difficult. I spend more time thinking about how perfect the game will be. Yet I canât even get passed the basics. I take it back. The piano is much easier to learn. None the less I will keep at it 
Edit. Got my âshipâ firing lasers up the screen by pressing a button. However I want it to fire where I press in the screen, but at least itâs a step in the right direction⌠Thanks again for the help.