flash 度做連絡

2008-04-30 6:05 am
我想知道係個 motion 的 flash button 度,
可以點樣做 個 link ?
我想個button 去到 down , 就轉去另一頁.
thx

回答 (1)

2008-04-30 6:18 am
✔ 最佳答案
選取該按鈕
按〔動作-按鈕〕,加入以下程式碼
若是開啟網頁
on (release){
getURL("http://hk.yahoo.com","_blank","get");
}
若是跳去第15格
on (release){
gotoAndPlay(15);
}
[但之前要在某關鍵格加入 stop(); 才有用]


收錄日期: 2021-04-13 15:29:37
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080429000051KK02916

檢視 Wayback Machine 備份