Hello all,
I would like some clarification of some various (random) questions i have to make sure everything is ok or if i’m doing things wrong, etc… Any replies would be great!
-
Fonts - if i use a specific, unique font for my app, i include the file. However, what if i use, say, Helvetica or Impact or some generic font found in macs (and only develop for iOS), would i still need to add the font to the app? Say i use Impact, do i still need to include the font?
-
In some of my files, at the top i define a variable local mr = math.random(). Later in the code, i may then use something like: local i = mr(1,10). Do i still need to define a randomseed before or after my local mr? Or can i assume everytime local i will be a random number between 1 and 10?
-
If your app is ready to deploy to corona’s servers, should i comment out or delete completely any print comments/code? What happens when i leave print code in the file (i use these for testing/debug), does it simply do nothing except take up just a little more space in file size?
-
Naming an app - my first app i’m building is a simple quiz type game, nothing fancy (or special for that matter!). I’ve already noticed some similar named apps on the app store (iOS) by different developers/people and was wondering what is the rule of thumb here if the name is something generic like Maths Quiz or Brain Training? I don’t think these generic type of words are trademarked (its like not say Angry Birds or Tiny Wings), so can i use this as part of my app name?
-
I want to start using my game dev moniker and not my personal name. Can i change my username and email with my Corona SDK? Or do i have to de-authorize my current version and re-download it again using my new credentials?
Apologies for the long newbie questions, but thanks for reading!
Cheers, [import]uid: 175094 topic_id: 35682 reply_id: 335682[/import]