PLAYSOUND Function - Microsoft Docs
文章推薦指數: 80 %
Plays a sound file or system sound. Syntax. PLAYSOUND(" filename "|" alias ", isAlias, beep, synch ). Parameters. Name, Required/ ...
跳到主要內容
已不再支援此瀏覽器。
請升級至MicrosoftEdge,以利用最新功能、安全性更新和技術支援。
下載MicrosoftEdge
其他資訊
目錄
結束焦點模式
閱讀英文
儲存
目錄
閱讀英文
儲存
編輯
Twitter
LinkedIn
Facebook
電子郵件
目錄
PLAYSOUNDFunction
發行項
03/09/2022
閱讀時間2分鐘
3位參與者
本文內容
Playsasoundfileorsystemsound.
Syntax
PLAYSOUND("filename"|"alias",isAlias,beep,synch)
Parameters
Name
Required/Optional
DataType
Description
filename
Required
String
Thenameofthesoundfileyouwanttoplay.
alias
Required
String
Asystemsoundrepresentedbyanalias.
isAlias
Required
Boolean
Specifieswhethertheprecedingexpressionisanaliasorfilename;useanon-zerovaluetospecifyanalias.
beep
Required
Boolean
SpecifieswhetherMicrosoftVisiobeepswhensoundcan'tbeplayed;useanon-zeronumbertobeep.
synch
Required
Boolean
Determineswhethersoundsareplayedasynchronously(0)orsynchronously(1).
Remarks
YoushouldusuallyplaysoundsasynchronouslysothatVisiocancontinueprocessingwhileitplaysthesound.Tostringseveralsoundstogether,playthemsynchronously,orsomemightfailtoplay.
Example1
PLAYSOUND("chord.wav",0,0,0)
Playsthewaveaudiofilechord.wavasynchronouslywithnowarningbeep.
Example2
PLAYSOUND("SystemExclamation",1,0,0)
Playsthesystemexclamationsoundasynchronouslywithnowarningbeep.
本文內容
延伸文章資訊
- 1我的世界指令教学:音效大全 - 百度经验
方法/步骤. 1. 生物音效:. 蝙蝠. /playsound mob.bat.death @a 蝙蝠被死亡的音效.
- 2Day17 將電腦接上喇叭- 談Lua 的錯誤處理 - iT 邦幫忙- iThome
pcall, xpcall, debug. 今天我想來玩玩麥塊的喇叭,然後再繼續探索Lua 的語法在麥塊裡面,我們本來就可以透過playsound 指令播放各種音效例如播放牛牛的哞哞叫
- 3指令/playsound - Minecraft Wiki,最詳細的Minecraft百科
例如,聲音項目 entity.pig.ambient 會隨機播放多種豬音效之一,因為有多個聲音關聯於該項目。 資源包可能會向sounds.json中加入額外的聲音項目;此指令可以正常播放這些 ...
- 4PLAYSOUND Function - Microsoft Docs
Plays a sound file or system sound. Syntax. PLAYSOUND(" filename "|" alias ", isAlias, beep, sync...
- 5《我的世界》1.8命令方块图文教程我的世界命令方块怎么用
playsound指令. 嘿!大家好!今天又来给大家来上课了。今天我们学习playsound指令,它能够对玩家发出特定的声音。废话不多说,直接进入教程。