word = "Now Leading";wordlength = word.length;for (a=1; a<=wordlength; a++) {clip0.duplicateMovieClip("clip"+a,10+a);current = substring(word, a, 1);這個是全部的代碼word = "Now Leading";wordlength = word.length;for (a=1; a<=wordlength; a++) {clip0.duplicateMovieClip("clip"+a,10+a);current = substring(word, a, 1);_root["clip"+a].letter = current;_root["clip"+a]._x = _root.clip0._x+(_root.clip0._width*a);_root.clip0._visible = false;}startDrag("clip0", true);
1 回答

弒天下
TA貢獻(xiàn)1818條經(jīng)驗 獲得超8個贊
讀出來了,因為trace(current)就分別列出word中的各個字母,不信你調(diào)試下。
你是不是還有其他代碼,然后出了問題拉。
- 1 回答
- 0 關(guān)注
- 113 瀏覽
添加回答
舉報
0/150
提交
取消