You need to switch on v1Compatibility mode, see here -
http://coronalabs.com/blog/2013/10/16/wednesday-faqs-graphics-2-0/
Look at item 1.
Dave
You need to switch on v1Compatibility mode, see here -
http://coronalabs.com/blog/2013/10/16/wednesday-faqs-graphics-2-0/
Look at item 1.
Dave
Yes, as Dave says the template is currently only compatible with Graphics 1.0 - I’ll update the initial post.
I haven’t had time as yet to rewrite all my code for Graphics 2.0 - it’s a massive pain in the butt.
Okay, thanks! I just didn’t know how to changeover the graphics to 1.0, but now everything works perfectly.
One more question!
How do I “start over” on the game, like wipe the client-side save file for the app?
…or is it dynamic and I then go into the data files and reset all the accomplishment values back to 0?
Near the top of main.lua is a line which is commented out, ‘first = nil’. Uncomment this line and the database will be reset. Remember to comment it out again or the database will reset each time the app is run.
There is a read me.pdf file that explains how everything works.
Nick
A have a icon that has a 3 letter answer and the only way to solve it is to “reveal letters” and then fill in the missing letter. Typing the answer in says “wrong answer”.
All my other icons work and this being 3 letters is the only thing I can see that is different.
Any ideas ?
Dave
Dave,
I’ve just tried using a three letter answer and it seemed to work fine. Can you check there are not any trailing spaces or unusual characters in your entry in data.lua?
Nick
Sorry been away for a week
Checked data and looks fine, it must be something else with that one icon I have done wrong.
Cheers anyway.
Dave
Hey, I am receiving this error when I open up this template in Corona.
ERROR: object:setReferencePoint() is only available in v1Compatibility mode. Use anchor points instead.
stack traceback:
[C]: ?
[C]: in function ‘setReferencePoint’
…Users/MyName/Documents/Template copy 2/menu.lua:179: in function ‘loadLevels’
…Users/MyName/Documents/Template copy 2/menu.lua:250: in function <…Users/MyName/Documents/Template copy 2/menu.lua:245>
?: in function <?:218>
Any help?
You need to switch on v1Compatibility mode, see here -
http://coronalabs.com/blog/2013/10/16/wednesday-faqs-graphics-2-0/
Look at item 1.
Dave
Yes, as Dave says the template is currently only compatible with Graphics 1.0 - I’ll update the initial post.
I haven’t had time as yet to rewrite all my code for Graphics 2.0 - it’s a massive pain in the butt.
Okay, thanks! I just didn’t know how to changeover the graphics to 1.0, but now everything works perfectly.
One more question!
How do I “start over” on the game, like wipe the client-side save file for the app?
…or is it dynamic and I then go into the data files and reset all the accomplishment values back to 0?
Near the top of main.lua is a line which is commented out, ‘first = nil’. Uncomment this line and the database will be reset. Remember to comment it out again or the database will reset each time the app is run.
There is a read me.pdf file that explains how everything works.
Nick
A have a icon that has a 3 letter answer and the only way to solve it is to “reveal letters” and then fill in the missing letter. Typing the answer in says “wrong answer”.
All my other icons work and this being 3 letters is the only thing I can see that is different.
Any ideas ?
Dave
Dave,
I’ve just tried using a three letter answer and it seemed to work fine. Can you check there are not any trailing spaces or unusual characters in your entry in data.lua?
Nick
Sorry been away for a week
Checked data and looks fine, it must be something else with that one icon I have done wrong.
Cheers anyway.
Dave
Hi Nick,
I need your help. I have no luck like thedavebaxter when running it on Android Simulator.
I commented out gameNetwork and initGameCenter commands.
It doesn’t have problem when I run it using Corona Simulator. After i regenerate the apk, I installed it on Android Simulator.
When I launched it on Android Simulator it gave me splash screen then it just crash.
I already sent you email about this as well, please let me know what I need to do.
Thanks,
Chandra
Hi Nick,
I need your help. I have no luck like thedavebaxter when running it on Android Simulator.
I commented out gameNetwork and initGameCenter commands.
It doesn’t have problem when I run it using Corona Simulator. After i regenerate the apk, I installed it on Android Simulator.
When I launched it on Android Simulator it gave me splash screen then it just crash.
I already sent you email about this as well, please let me know what I need to do.
Thanks,
Chandra
Why the level locks do not work?