離開天數:49天
  
- 精華
- 1
- 積分
- 11011
- 威望
- 133 威望
- 金錢
- 5927 彩幣
- 水晶
- 727 水晶
- 違規
- 0 違規
- 智慧
- 4 智慧
- 推廣
- 2 推廣
- 圖片
- 2229 圖片
- 感謝
- 7 感謝
         
|
本帖隱藏的內容需要積分高於 5000 才可瀏覽
外部調用swf- on (release) {
- loadMovieNum("service.swf", 1);
- }
複製代碼 外部調用數據- loadVariablesNum("about.txt", 0);
- System.useCodepage = true;//中文
複製代碼 音樂加入- mySound = new Sound();
- mySound.attachSound("1");
- mySound.start();
複製代碼 關閉指定音樂外部調用音樂- mySound=new Sound();
- mySound.loadSound("music.mp3",true);
- mySound.start(0,100)
複製代碼 關閉音樂鏈接場景︰- on (release) {
- gotoAndStop("貓的歷史",1);
- }
複製代碼 外部調用- on (release) {
- loadmovienum("a.swf",1)
- }
複製代碼 清空文本框- _root.text=""
- On(Release)
- Set Variable:"input" = ""
- Set Variable:"output" = ""
- End On
複製代碼 |
|