play()
stopplay()
停止動畫
isplaying()
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)
tstopplay(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的指定屬性
可變引數 函式 可變引數列表 1
我們在c語言程式設計中有時會遇到一些引數個數可變的函式,即函式的入參個數和型別是不確定的,例如printf 函式,其函式原型為 int printf char format,它除了有乙個引數format固定以外,後面跟的引數的個數和型別是可變的 用三個點 做引數佔位符 實際呼叫時可以有以下的形式 p...
MySQL函式列表
mysql中,提供了豐富的函式,簡化了使用者對資料的操作 包括數學函式 字串函式 日期和時間函式 條件判斷函式 加密函式等 abs x 返回x的絕對值 sqrt x 返回x的非負2次方根 mod x,y 返回x被y除后的餘數 ceiling x 返回不小於x的最小整數 floor x 返回不大於x的...
C cmath函式列表
using abs 絕對值 using acos 反余弦 using acosf 反余弦 using acosl 反余弦 using asin 反正弦 using asinf 反正弦 using asinl 反正弦 using atan 反正切 using atan2 y x的反正切 using a...