function onGrab(target) -- SubItemの名前毎に、再生するアニメーションを分岐する if target == "Subitem1" then vci.assets._ALL_PlayAnimationFromName("Subitem1",true) --true/false ループの可否 end if target == "Subitem2" then vci.assets._ALL_PlayAnimationFromName("Subitem2",true) --true/false ループの可否 end end