2.測試遊戲還有聲音是否正常
3.在freeglut中試著加入遊戲的槍聲音效
#include <mmsystem.h>
void mouse(int button, int state, int x,int y)
{
PlaySound("C:\\Users\\user\\Desktop\\Lesson32\\data/shot.wav",NULL,SND_ASYNC);
}
glutMouseFunc(mouse);
4.在網路上找 do re mi fa so 的音效,並加入程式碼,使音樂能透過鍵盤按鍵撥放
5.準備一個MP3檔後宣告#include "CMP3_MCI.h",並且把音檔路徑輸入好,執行後
音樂就會直接撥放
沒有留言:
張貼留言