Just bought the Game Edition, coming over from the TorqueX world…
Never used Corona and LUA before, I come from a .NET C# background, but I like what I’m seeing.
Wondering if I’m missing something totally obvious, but I wanted to organize my PNGs and JPGs into folders in my project folder for loading. Is that at all possible? What would the “UNIXy” usage be?
In my project folder I have a folder called “Textures” and want to load “ship1.png”…
myImage2 = display.newImage( “Textures\ship1.png”,20,30)
But the debug shows that’s not reachable.
Does this fall under the wonderful world of the “walled garden” and “sandbox” stuff? Is it possible to do? I see that all the samples included have their graphics all located in the root folder of the project…
Thanks in advance guys! [import]uid: 11636 topic_id: 4035 reply_id: 304035[/import]
).