Profile | Link | Website | Article | Subscribe | Message MSN狀態
►I am Yuan, If wanna add me just push
►respect each other, don't steal icons
►chat with the cbox or the green man
►new article or reply all slowly much
►and commend to join Plurk

目前分類:Flash (4)

瀏覽方式: 標題列表 簡短摘要


well 我個人是用case1,其它倒是沒用過
也是google一下才發現有這些寫法的,所以要note一下。
改天再來研究,不過目前是想研究音樂的部份

然後,我該繼續上工了,See you。

Call Yuan 發表在 痞客邦 留言(0) 人氣()

1.拖曳範圍轉換為影片片段(命為title)
2.視窗畫好,內容部分轉換為影片片段(實體對象:content_mc)
3.整體轉換為影片片段(實體對象:window_mc)
4.到window影片片段裡編輯,畫出一個按鈕(轉換為按紐MinMax_open),再轉換為影片片段(MinMax_MC)
5.重製MinMax_open命為MinMax_close按扭

Call Yuan 發表在 痞客邦 留言(0) 人氣()

//action指令-----------------------*

//副程式呼叫執行拖曳

var Depth = 0;

function onButton(myName)
{
 startDrag(myName,false);

Call Yuan 發表在 痞客邦 留言(0) 人氣()

//action指令
function style(id)
{
 var t,n
 t = id.substring(0,4);
 n = Number(id.substring(4,5));

Call Yuan 發表在 痞客邦 留言(0) 人氣()