Hi!
Where all resources must be placed (images,sound etc.)?
May i place them in the root directory without errors?
How works this function - system.RecourceDirectory
Thank you very much
Sorry for bad english)
Hi!
Where all resources must be placed (images,sound etc.)?
May i place them in the root directory without errors?
How works this function - system.RecourceDirectory
Thank you very much
Sorry for bad english)
You can put all your sounds and images in the root directory, or you can put them in sub folders i.e if you have a subfolder images which contains myImage.png you would call
image1 = display.newImage("images/myImage.png", 0, 0)
You can put all your sounds and images in the root directory, or you can put them in sub folders i.e if you have a subfolder images which contains myImage.png you would call
image1 = display.newImage("images/myImage.png", 0, 0)