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

正文內(nèi)容

常用的lingo語句-文庫吧

2025-07-21 05:13 本頁面


【正文】 控制使用者是否可以改變按鈕的形態(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。colordepth語法:member(whichCastMember).depththe depth of member whichCastMember查詢目前電腦上所設(shè)定的顏色深度。數(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é)果值為圖形右邊的值。例如:sprite1的圖形左右邊的位置為40和60,則:put constrainH(1,20)40put constrainH(1,55)55put constrainH(1,100)60Constraint of sprite語法:sprite(whichSprite).constraintthe constraint of sprite whichSprite設(shè)定某個精靈的移動范圍,當(dāng)使用constraint的設(shè)定后,此精靈將只會在所定的區(qū)域之中移動,而無法移動到所定的區(qū)域之外;要取消區(qū)域的設(shè)定只要將它設(shè)定為0即可。Constrainv語法:constrainV (whichSprite, integerExpression)與constrainH的用法類似,查詢一個數(shù)值,看它是否在某個sprite圖形的上下邊以內(nèi)的位置上,若此數(shù)值在圖形的上下邊以內(nèi)的位置,結(jié)果值為此數(shù)值;若是小于圖形上邊的位置;則結(jié)果值為圖形上邊的值;若大于圖形下邊的位置,則結(jié)果值為圖形下邊的值。Continue語法:continue結(jié)束所有的暫停動作,繼續(xù)影片的播放。Controller of cast語法:member(whichCastMember).controllerthe controller of member whichCastMember針對QuickTime for Windows 的影片而言,這個指令可以將它的控制按鈕顯示或隱藏,若設(shè)定值為0,則隱藏控制按鈕;若設(shè)定值為1,則顯示控制按鈕。Date語法:date(ISOFormatString)date(ISOFormatInteger)date(ISOFormatIntegerYear, ISOFormatIntegerMonth, ISOFormatIntegerDay)日期的指令。Delay語法:delay numberOfTicks延遲的時間,單位為Tick,60個Tick等于一秒鐘。Do語法:do stringExpression表示執(zhí)行在表示式所寫的指令。Doneplay done語法:結(jié)束play指令的動作,回到調(diào)用它的地方。dontPassEvent語法:dontPassEvent在Handler結(jié)束后,可能會將執(zhí)行的動作交給下一個可執(zhí)行的Handler,若在Handler結(jié)束前再加上dontPassEvent指令,它就會將執(zhí)行的動作停止,而不會交給下一個可執(zhí)行的Handler。Drawrect of window語法:window the drawRect of window windowName查詢或設(shè)定窗口的大小。Duplicate cast語法:member(originalMember).duplicate()member(originalMember).duplicate({new})duplicate member original {, new}復(fù)制一幀,但必須配合beginRecording使用。Else語法:if 表示式一 then statement(s)else statement(s)end if邏輯判斷配合if 使用,在 if 后面所使用的表示式為真值時執(zhí)行then,為假值時執(zhí)行else后的語句。Empty語法:EMPTY表示空字符串。Enable of menuitem語法:the enabled of menuItem whichItem of menu whichMenu設(shè)定菜單項之中的一個或多個項目為可選或是不選狀態(tài)。End語法:end結(jié)束動作,通常是Handler的動作。Enter語法:Enter回車鍵。Enterframe語法: on enterFramestatement(s)end enterFrame進入幀執(zhí)行劇本。Erase語法:member(whichCastMember).erase()erase member whichCastMember刪除演員。Exit語法:exit離開當(dāng)前Handler返回調(diào)用當(dāng)前Handler的Handler。Exit repeat語法:exit repeat跳出repeat循環(huán)。Exitframe語法:on exitFramestatement(s)end離開當(dāng)前幀,則執(zhí)行statement(s)中的劇本。False邏輯值假。Filename of castlib語法:castLib(whichCast).fileNamethe fileName of castLib whichCast劇組文件名。Filename of window語法:window the fileName of window whichWindow窗口中的影片名。Findempty語法:findEmpty(member whichCastMember)查詢下一個位置為空白的演員編號。Findpos語法:(property)findPos(list, property)從list中找出property的位置。Findposnear語法:(valueOrProperty)findPosNear(sortedList, valueOrProperty)同F(xiàn)indpos,只是找出的是近似值。Fixstagesize語法:the fixStageSize這個指令可以設(shè)定調(diào)入新影片時,舞臺的大小是否保持不變。若fixStageSize的值為真,則載入新影片時舞臺的大小不會改變,若fixStageSize的值為假,則載入新影片時舞臺的大小會改變。Float語法:(expression).floatfloat (expression)將表達式的值變?yōu)楦↑c數(shù)。Floatp語法:(expression).floatPfloatP(expression)判斷表達式“expression”的值是否為浮點數(shù),若是浮點數(shù),則值為真,若不是浮點數(shù),則值為假。Floatprecision語法:the floatPrecision設(shè)定的小數(shù)位數(shù)。Forget window語法:window(whichWindow).forget()forget window whichWindow關(guān)閉窗口。Frame語法:the frame返回當(dāng)前幀的值。Framelable語法:the frameLabel返回當(dāng)前幀上的marker名,如果沒有則返回空字符串。Framepalette語法:the framePalette返回當(dāng)前幀使用的調(diào)色板的演員編號。Framerate of cast語法:member(whichCastMember).frameRatethe frameRate of member whichCastMember若whichCastMember為影片,則可以用這個指令來控制影片的播放。0 正常速度 1 以正常速度播放每一個鏡頭 2 以最快的速度播放每一個鏡頭 255 最大速度Framescript語法:the frameScript返回當(dāng)前幀劇本在劇組中的編號。Frametempo語法:the frameTempo返回幀節(jié)奏。Freeblock語法:the freeBlock返回剩余的內(nèi)存空間,單位為字節(jié)。Freebytes語法:the freeBytes返回剩余的內(nèi)存空間,單位為字節(jié)。GetNthFilenameinfolder語法:getNthFileNameInFolder(folderPath, fileNumber)查找folderPath下名為fileNumber的文件。Global語法:global variable1 {, variable2} {, variable3}...變量定義。Halt語法:halt掛起影片。Idle語法:on idlestatement(s)end播放影片時,如果沒有執(zhí)行任何Handler,則可以讓影片來執(zhí)行idle Handler中的指令,但是因為影片一有空檔就會執(zhí)行這個Handler,所以在這個Handler中盡量不要放置太多的指令,以免影響到影片播放的速度。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后的語句。Importfileinto語法:importFileInto member whichCastMember, fileName importFileInto member whichCastMember of castLib whichCast, fileNameimportFileInto member whichCastMember, URL將文件導(dǎo)入劇組成員窗口中。Inflate rect語法:(widthChange , heightChange)inflate (rectangle, widthChange, heightChange)改變矩形的寬度和高度,矩形的大小改變時,中心點不變。Ink of sprite語法:sprite(whichSprite).inkthe ink of sprite whichSprite查詢或設(shè)置精靈的墨水的數(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),若點在矩形之中,則返回真;反之,則返回假。Installmenu語法:installMenu whichCastMember將文字演員設(shè)置為菜單,使用installMenu將取消設(shè)置。Integer語法:(numericExpression).integerinteger(numericExpression)返回numericExpression的整數(shù)部分。Integerp語法:(numericExpression).integerPintegerP(expression)判斷expression是否為整數(shù)。Intersects語法:rectangle1. Intersect(rectangle2)intersect(rectangle1, rectangle2)判斷兩個矩形是否重疊。label語法:label(expression)返回marker“expression”
點擊復(fù)制文檔內(nèi)容
高考資料相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1