Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はゲームを開発しており、使用しています:
My.Computer.Audio.Play("mul.wav", AudioPlayMode.BackgroundLoop)
レベル全体で BGM を再生するだけでなく、ユーザーがボタンをクリックするたびに別のサウンドも再生します
My.Computer.Audio.Play("butao.wav")
ただし、これが発生すると、バックグラウンド ループが停止します。とにかくこれを修正するには?
よろしく、ジョアオ。