Under Construction

As of now I am beginning my journey in developing Solar Escape and I will be using this blog as a means of keeping track of my progress.

Monday, February 1, 2016

Android Build Fails and Event Listeners

What's Next

Build Fails

I need to get version 1.0 debug onto my phone so that I can get a feel of how it plays on the phone. The problem I am running into is when I try to do a build for Android, the compiler gives back an error that says that my config.lua file has no data. Apparently this has something to do with the Sublime Text Editor 2 that can only use the 'run' function instead of the 'build' function. I'm going to try and use Sublime Text 3 and see if I get the same problem. 

Ready To Go With Event Listeners

So I've been watching some tutorials on Corona Sdk about event listeners which I have been struggling with. I need to utilize the Runtime event listener so that I can use time intervals to increase the speed of the rocket (really the speed of the falling rocks) in order to actually make the game difficult. 

No comments:

Post a Comment