Unexpected symbol near '‚' - Corona SDK

Hi,

I have just started programming with corona and i am trying to create a background image for my game.

However every time i refresh the simulator it says that there is  an “Unexpected symbol near ‘‚’”.

My code is “local background = display.newImage(“bkg_clouds.png”)”

Any help would be much appreciated!

You probably meant to type:

local background = display.newImage(“bkg\_clouds.png”)

You probably meant to type:

local background = display.newImage(“bkg\_clouds.png”)

Im a real noob here?

do you have to have a saved copy of “bkg_clouds.png” to be able to use it?

thanks

Try following some of our tutorials.

Corona in 5 Minutes is probably a good place to start.

Im a real noob here?

do you have to have a saved copy of “bkg_clouds.png” to be able to use it?

thanks

Try following some of our tutorials.

Corona in 5 Minutes is probably a good place to start.