因此,我嘗試了一切似乎無法使圖像佔用全屏並居中的圖像。我附上了圖像,以及當我在電暈上運行時的外觀。提前 local background = display.newImageRect("bg.png",
display.contentCenterX, display.contentCenterY)
感謝您的幫助: 我嘗試這樣做,我得到了什麼連接! background image how i
我對Lua相當陌生,在我的代碼中一個特定的命令一直在導致我一些主要問題。 我一直在試圖取消計時器: currentPuddleDelay = timer.performWithDelay(puddleDelay, createPuddle);
,我顯示的錯誤是: Attempt to index a nil value
File: ?
stack traceback:
?: in f
我正在創建類似於Mario Brothers的一些平臺遊戲類型的遊戲,並且遇到了一個大問題。我的問題是,當我點擊我的方向鍵並將其拖出時,儘管我已經釋放了點擊,但角色仍在移動。我已經在Corona論壇發佈了這個問題,但我還沒有找到解決方案。 這裏是我的代碼: local function makeControls(event)
if anim.isJumping == false then