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 回答
- 0 關注
- 106 瀏覽
添加回答
舉報
0/150
提交
取消