Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、線と円を描きます。線を消去する方法。タッチ機能を使用して線と円を消去します。
タッチでオブジェクトを削除しますか?
local function onTouch(event) local object = event.target object:removeSelf() return true end object:addEventListener("touch",onTouch)
背景と同じ色のオブジェクトをいくつか配置してみてください。