freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

常用的lingo語句-文庫吧資料

2024-08-18 05:13本頁面
  

【正文】 , 0木偶化聲音通道中的精靈、聲音演員。puppet of sprite語法:sprite(whichSprite).puppetthe puppet of sprite whichSprite木偶化精靈“whichSprite”。point語法:point(horizontal, vertical)點的坐標(biāo)。play語法:sprite(whichFlashSprite).play()play [frame] whichFrameplay movie whichMovieplay frame whichFrame of movie whichMovieplay sprite whichFlashSprite播放Flash動畫、影片中的某一幀或者某一影片。picture of cast語法:member().picturethe picture of member whichCastMember用圖片替換“whichCastMember”演員中的圖片或文本。值為FALSE則立即播放。pathname語法:the pathname同moviePath,只是pathname可以同時使用于Windows和Macintosh。pass語法:pass停止事件消息的傳送。這個handler只能放在影片劇本中。on mouseup語法:on mouseupstatement(s)end按下鼠標(biāo)左鍵以后,松開鼠標(biāo)左鍵執(zhí)行“statement(s)”中的語句。on keyup語法:on keyupstatement(s)end松開鍵時執(zhí)行“statement(s)”中的語句。例如:global vTotalon exitFrameif vTotal 1000 then go to frame Finishedendon idle 語法:on idlestatement(s)end播放影片時,如果沒有執(zhí)行任何Handler,可以讓影片來執(zhí)行idle Handler中的指令,但是因為影片一有空檔就會執(zhí)行這個Handler,所以在這個Handler中盡量不要放置太多的指令,以免影響到影片播放的速度。例如:on diagonalMovenewRect=sprite(1).(5, 5)sprite(1).rect=newRectendon enterframe語法:on enterFramestatement(s)end當(dāng)影片播放到當(dāng)前幀或精靈執(zhí)行“statement(s)”中的劇本。例如:put offset(media,Macromedia)6offset rect語法:(horizontalChange, verticalChange)offset (rectangle, horizontalChange, verticalChange)設(shè)置精靈覆蓋層的偏移量。objectP語法:objectP(expression)判斷表達式“expression”是否在父腳本或Xtra中被指定。moviepath語法:the moviePath返回當(dāng)前影片的路徑name of member語法:member(whichCastMember).namethe name of member whichCastMember返回演員名。moveablesprite of sprite語法:sprite(whichSprite).moveableSpritethe moveableSprite of sprite whichSprite判斷、設(shè)置精靈是否可以被移動。1:是;0:否。loop of cast語法:member(whichCastMember).loopthe loop of member whichCastMember如果whichCastMember是數(shù)字視頻或者聲音、Flash動畫,則循環(huán)播放。loch of sprite語法:sprite(whichSprite).locHthe locH of sprite whichSprite返回精靈注冊點在舞臺的水平坐標(biāo)。left of sprite語法:sprite(whichSprite).leftthe left of sprite whichSprite返回精靈在舞臺上最左邊的像素點的水平坐標(biāo)。labellist語法:the labelList返回一個marker名字符串,一個marker名為一行。Intersects語法:rectangle1. Intersect(rectangle2)intersect(rectangle1, rectangle2)判斷兩個矩形是否重疊。Integer語法:(numericExpression).integerinteger(numericExpression)返回numericExpression的整數(shù)部分。數(shù)值和墨水的對應(yīng)情況如下:0 copy 32 blend1 transparent 33 add pin2 reverse 34 add3 ghost 35 subtract pin4 not copy 36 background transparent 5 not transparent 37 lightest6 not reverse 38 subtract7 not ghost 39 darkest8 matte 40 lighten9 mask 41 darkenInside語法:(rectangle)inside(point, rectangle)判斷點是否在矩形rectangle內(nèi),若點在矩形之中,則返回真;反之,則返回假。Inflate rect語法:(widthChange , heightChange)inflate (rectangle, widthChange, heightChange)改變矩形的寬度和高度,矩形的大小改變時,中心點不變。If語法:if logicalExpression then statementelse statement end ifif logicalExpression thenstatement(s) end ifif logicalExpression thenstatement(s) elsestatement(s) end ifif logicalExpression1 thenstatement(s) else if logicalExpression2 thenstatement(s) else if logicalExpression3 thenstatement(s) end ifif logicalExpression1 thenstatement(s) else logicalExpression2end if在if后面所使用的表達式為真值時執(zhí)行then,為假值時執(zhí)行else后的語句。Halt語法:halt掛起影片。GetNthFilenameinfolder語法:getNthFileNameInFolder(folderPath, fileNumber)查找folderPath下名為fileNumber的文件。Freeblock語法:the freeBlock返回剩余的內(nèi)存空間,單位為字節(jié)。0 正常速度 1 以正常速度播放每一個鏡頭 2 以最快的速度播放每一個鏡頭 255 最大速度Framescript語法:the frameScript返回當(dāng)前幀劇本在劇組中的編號。Framepalette語法:the framePalette返回當(dāng)前幀使用的調(diào)色板的演員編號。Frame語法:the frame返回當(dāng)前幀的值。Floatprecision語法:the floatPrecision設(shè)定的小數(shù)位數(shù)。Float語法:(expression).floatfloat (expression)將表達式的值變?yōu)楦↑c數(shù)。Fixstagesize語法:the fixStageSize這個指令可以設(shè)定調(diào)入新影片時,舞臺的大小是否保持不變。Findpos語法:(property)findPos(list, property)從list中找出property的位置。Filename of window語法:window the fileName of window whichWindow窗口中的影片名。False邏輯值假。Exit repeat語法:exit repeat跳出repeat循環(huán)。Erase語法:member(whichCastMember).erase()erase member whichCastMember刪除演員。Enter語法:Enter回車鍵。Enable of menuitem語法:the enabled of menuItem whichItem of menu whichMenu設(shè)定菜單項之中的一個或多個項目為可選或是不選狀態(tài)。Else語法:if 表示式一 then statement(s)else statement(s)end if邏輯判斷配合if 使用,在 if 后面所使用的表示式為真值時執(zhí)行then,為假值時執(zhí)行else后的語句。Drawrect of window語法:window the drawRect of window windowName查詢或設(shè)定窗口的大小。Doneplay done語法:結(jié)束play指令的動作,回到調(diào)用它的地方。Delay語法:delay numberOfTicks延遲的時間,單位為Tick,60個Tick等于一秒鐘。Controller of cast語法:member(whichCastMember).controllerthe controller of member whichCastMember針對QuickTime for Windows 的影片而言,這個指令可以將它的控制按鈕顯示或隱藏,若設(shè)定值為0,則隱藏控制按鈕;若設(shè)定值為1,則顯示控制按鈕。Constrainv語法:constrainV (whichSprite, integerExpression)與constrainH的用法類似,查詢一個數(shù)值,看它是否在某個sprite圖形的上下邊以內(nèi)的位置上,若此數(shù)值在圖形的上下邊以內(nèi)的位置,結(jié)果值為此數(shù)值;若是小于圖形上邊的位置;則結(jié)果值為圖形上邊的值;若大于圖形下邊的位置,則結(jié)果值為圖形下邊的值。數(shù)值說明:1 黑白 2 4 種顏色 4 16 色 8 256 色 16 32,768 色 32 16,777,216 色Constrainh語法:constrainH (whichSprite, integerExpression)查詢一個數(shù)值,看它是否在某個sprite圖形的左右邊以內(nèi)的位置上,若此數(shù)值在這個圖形的左右邊以內(nèi)的位置上,則結(jié)果值為此數(shù)值;若是小于圖形左邊的位置,則結(jié)果值為圖形左邊的值;若大于圖形右邊的位置,則結(jié)果值為圖形右邊的值。Checkboxaccess語法:the checkBoxAccess按鈕樣式,主要是控制使用者是否可以改變按鈕的形態(tài),共分三種,如下所示:0 讓使用者按下之后可以開關(guān)按鈕 1 讓使用者按下之后只能開,但不能關(guān) 2 讓使用者按下之后不可以開關(guān)按鈕Checkboxtype語法:the checkBoxType改變按鈕的形態(tài),這個指令可以為它設(shè)計形狀:0 加上一個X的符號 1 加上一個填滿黑色的方塊圖形Clear globals語法:clearGlobals將所有的global變量初始值設(shè)定為0。Centerstage語法:the centerStage判斷、設(shè)置舞臺是否居中。Cast width語法:member(whichCastMember).widththe width of member whichCastMember演員的寬度。0 never1 last2 next3 normalCast rect語法:member(whichCastMember).rectthe rect of member whichCastMember演員的在舞臺上的坐標(biāo)。Cast picture語法:member(whichCastMember).picturethe picture of member whichCastMember把演員作為圖片。Cast name語法:member(whichCastMember).namethe name of member whichCastMember演員名稱。animgif ole bitmap palettebutton picture cursor QuickTimeMediadigitalVideo script empty shapefield sound filmLoop swafla
點擊復(fù)制文檔內(nèi)容
高考資料相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1