我有一個程序,其中流星落在一個角色,並在7號線電暈模擬器拋出錯誤「試圖索引本地的背景」(一個零值)「我不知道是什麼造成這種情況,並希望有人可以幫助!背景是否爲零值?
Relavent代碼:
--Start the physics engine!
local physics = require ("physics")
--Get a background image!
local screen_adjustment = 1
local background = display.newImage("Images/Background", true)
background.xScale = (screen_adjustment*background.contentWidth)/background.contentWidth
background.yScale = background.xScale
background.x = display.contentWidth/2
background.y = display.contentHeight/2