Flash控制函數
來源:互聯網
上載者:User
Play() -------------------------------------------------------- 播放動畫
StopPlay()--------------------------------------------------- 停止動畫
IsPlaying()--------------------------------------------------- 動畫是否現正播放
GotoFrame(frame_number)---------------------------- 跳轉到某幀
TotalFrames()---------------------------------------------- 擷取動畫總幀數
CurrentFrame()-------------------------------------------- 回傳當前動畫所在幀數-1
Rewind()---------------------------------------------------- 使動畫返回第一幀
SetZoomRect(left,top,right,buttom)--------------- 放大指定地區
Zoom(percent)-------------------------------------------- 改變動畫大小
Pan(x_position,y_position,unit)----------------------- 使動畫在x,y方向上平移
PercentLoaded()------------------------------------------ 返回動畫被載入的百分比
LoadMovie(level_number,path)----------------------- 載入動畫
TGotoFrame(movie_clip,frame_number)----------- movie_clip跳轉到指定幀數
TGotoLabel(movie_clip,label_name)----------------- movie_clip跳轉到指定標籤
TCurrentFrame(movie_clip)----------------------------- 回傳movie_clip當前幀-1
TCurrentLabel(movie_clip)------------------------------ 回傳movie_clip當前標籤
TPlay(movie_clip)------------------------------------------ 播放movie_clip
TStopPlay(movie_clip)----------------------------------- 停止movie_clip的播放
GetVariable(variable_name)---------------------------- 擷取變數
SetVariable(variable_name,value)--------------------- 變數賦值
TCallFrame(movie_clip,frame_number)-------------- call指定幀上的action
TCallLabel(movie_clip,label)----------------------------- call指定標籤上的action
TGetProperty(movie_clip,property)------------------ 擷取movie_clip的指定屬性
TSetProperty(movie_clip,property,number)------- 設定movie_clip的指定屬性