nextItem()
書式
inkObject =
inksObject
.nextItem(
inkObject
)
説明
nextItem()はパラメーターで指定された次のinkオブジェクトを返します。
var i=app.inks; alert(i.nextItem(i[0]).name);
目次に戻る