Hi guys, so I just got into corona sdk with absolutely no programming experiences or whatsoever. I’ve decided to follow the quick startup guide on hello world as provided in this link:
http://developer.anscamobile.com/resources/corona-quick-start
I managed to follow the guide until the point where I have to type the following codes in textedit
myText = display.newText( “Hello, World!”, 20, 40, native.systemFont, 36 )
myText:setTextColor( 255,0,0 )
Upon saving it as main.lua, I created a new folder called Hello World as instructed and saved the main.lua file inside.
I then launched the Corona Simulator and clicked on “open a project in the Corona Simulator” , as I navigate the Hello World folder, I saw the main.lua file faded and unclick-able. When I clicked on the Hello World folder and clicked “open” , a message displaying “Please select a main.lua file or a directory that contains that file” appears.
What went wrong? Why can’t I open the file and see the simulator running?
Was something wrong with the codes I typed in TextEdit? I typed it manually, noticing the differences in font and spacings. Should I use TextWrangler instead? Thanks in advance for any feedbacks or solutions. [import]uid: 50659 topic_id: 8621 reply_id: 308621[/import]