看板 [ Flash ]
討論串[問題]迴圈設值
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者Sibevin (天才藝術家)時間19年前 (2005/10/28 12:07), 編輯資訊
1
0
0
內容預覽:
我在影格中寫了一個迴圈如下. var i:Number = 0;. var chosenPart:Number = 0;. for (i=1; i<=5; i++) {. eval("part_"+i+"_mc").onPress = function() {. chosenPart = i;. }
(還有434個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者laugher (打槍(*﹏*))時間19年前 (2005/10/28 13:41), 編輯資訊
0
0
0
內容預覽:
for (i=1; i<=5; i++) {. eval("part_"+i+"_mc").onPress = function() {. chosenPart = int(this._name.substr(5,1));. }. }. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ Fr
首頁
上一頁
1
下一頁
尾頁