image - Corona SDK, Lua -


helllppppp!!!!! programming in corona sdk, , trying insert backround image, following code ---local backround = display.newimage("bluebackround.jpg")--- not want show in simulator. keeps giving me following message in output, ---failed find image 'bluebackround.jpg'---. image saved in project folder. using microsoft windows software. have done project using corona, , inserted images fine. know what's going on code , how fix it? thank in advance.

 _w = display.contentwidth;  _h = display.contentheight;    local image = display.newimagerect(--[["name", width, heigth]] "bluebackround.jpg",_w, _h)   image.x = _w/2;    image.y = _h/2;  

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -