goto 語法:goto(iconld@"icontitle")
說明:使程序跳轉到指定設計圖標處執(zhí)行。如果目標是框架結構中的頁圖標,則該框架窗口入口窗格
中的內(nèi)容先于目的設計圖標執(zhí)行;如果從框架結構中向外部跳轉,則其出口窗格中的內(nèi)容先于目標設計圖標執(zhí)行。
jumpfile 語法:jumpfile("filename"[,"variablel,variable2,...",["folder"]])
說明:跳轉到filename指定的程序,打包后的程序只能跳轉到同樣打包后的程序中。文件名不必包含擴展名,authorware識別所需文件。變量序列“variablel,variable2,…”為目標程序傳遞參數(shù),如果使用自定義變量,必須保證其同時在兩個程序文件中。參數(shù)folder可改變用戶記錄文件的默認路徑。
jumpfilereturn 語法:jumpfileretum("filename"[,"variablel,variable2,...",["folder"]])
說明:跳轉到filename指定的目標程序文件中,用戶退出目標程序文件或遇到一個quit或quitrestart)函數(shù)后,返回到原程序文件。authorware web player在非信任模式下禁止該函數(shù)。
jumpout 語法:jumpout("program"[,"document"][,"creator type"])
說明:打開program指定的應用程序后退出當前程序,使用參數(shù)document,應用程序打開指定文件??蛇x參數(shù)creator type僅用于macintosh系統(tǒng)。authorwarewebplayer在非信任模式下時禁止該函數(shù)。
jumpoutreturn 語法:jumpoutreturn("program"[,"document"][,"creator type"])
說明:打開program指定的應用程序,當前程序在后臺運行,其他同上。
jumpprintreturn 語法:jumpprintreturn("[program]","document"[,"creator type"])
說明:打開program指定的應用程序后用其打印指定文檔document,當前程序在后臺運行。如果未指定program,則authorware將根據(jù)文檔類型選擇一個應用程序。如果不存在此類程序,則顯示一個文件選擇對話框由用戶指定,其他同上。
timeoutgoto 語法:timeoutgoto(iconid@"icontitle")
說明:與系統(tǒng)變量timeoutlimit配合使用。如果用戶在限制時間內(nèi)未執(zhí)行操作,則程序跳轉執(zhí)行指定
的設計圖標。