看板
[ Flash ]
討論串[問題] loading
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
假如你前兩格是拿來做循環用的. 第三格開始就可以放小動畫. 然後第一格改成. if(percent > 99) {. gotoAndPlay(3);. }. 小動畫結束的地方加上. gotoAndPlay("s2");. 就可以了. 做法不只我這種. Flash是很有彈性的 :). --. CJ C
(還有38個字)
內容預覽:
我第第一格as是這樣寫. var percent:Number = Math.floor((getBytesLoaded()/getBytesTotal())*100);. loadbar_mc._xscale = percent;. percent_txt.text = percent+"%";.
(還有3個字)
首頁
上一頁
1
下一頁
尾頁