CShockwaveFlash 函数列表
Play() 播放動畫
StopPlay() 停止動畫
IsPlaying() 動畫是否正在播放(true,false)
GotoFrame(frame_number) 跳轉到某幀(frame_number+1)
TotalFrames() 獲取動畫總幀數
CurrentFrame() 回傳當前動畫所在幀數-1
Rewind() 使動畫返回第一幀
SetZoomRect(left,top,right,buttom) 放大指定區域
Zoom(percent) 改變動畫大小
Pan(x_position,y_position,unit) 使動畫在x,y方向上平移
PercentLoaded() 返回動畫被載入的百分比(0-100)
LoadMovie(level_number,path) 加載動畫
TGotoFrame(movie_clip,frame_number) movie_clip跳轉到指定幀數
TGotoLabel(muvie_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的指定屬性
總結
以上是生活随笔為你收集整理的CShockwaveFlash 函数列表的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: A Fully Featured Win
- 下一篇: 创建透明窗口及其应用--屏幕画笔