Re: [問題] 關於FLASH的問題
※ 引述《chacksbon (在哪裡?)》之銘言:
: flash中有滑鼠移動到哪
: 設定的物件就會移動到哪的設定嗎?
        兩種方法:
        (一)
        在影格中填入, <-- 這必需是一直重覆的影格
        movieclip._x = _root._x
        movieclip._y = _root._y
        (二)
        在movieclip上面填入
        onClipEvent(enterFrame){
                this._x = _root._x;
                this._y = _root._y;
        }
--
        Don't think that it's just a dream.
        It'll become ture.
--
※ 發信站: 批踢踢實業坊(ptt.csie.ntu.edu.tw) 
◆ From: 210.58.168.28
Flash 近期熱門文章
PTT數位生活區 即時熱門文章