建物のクリップがたくさん入った「map」という名前のマップ ムービー クリップがあります。各建物は、クリックできるムービー クリップです。そのクリックされたアイテムを地図の中心に置く必要があります。どうすればこれを機能させることができますか?
//This doesn't make the map move where i need it to
function moveMap(childmc:String):void {
Tweener.addTween(themap, {x:themap[childmc].x, time:1, transition:"easeOutCubic"});
Tweener.addTween(themap, {y:themap[childmc].y, time:1, transition:"easeOutCubic"});
}
何時間も探していたので、どんな助けも素晴らしいでしょう。