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.
我正在使用 Corona SDK,我想知道是否可以在创建后更改frameIndexa newImageRect。
frameIndex
newImageRect
就像是:
local platform = display.newImageRect( platformsSheet, 1, 130, 20 ) .... platform.frameIndex = 2
当然,这是行不通的
不,你不能,但你可以使用object:toFront()和object:toBack()。
或者您可以删除并重新创建图像。