was stimmt an diesem code nicht?
Code: Alles auswählen
InitSprite()
InitSound()
InitKeyboard()
OpenScreen(800,600,32,"")
LoadSound(0,"Audio\Musik\Musik.wav")
PlaySound(0,1)
Repeat
StartDrawing(ScreenOutput())
FrontColor(255,0,0)
Box(200,200,200,200)
StopDrawing()
FlipBuffers()
ExamineKeyboard()
Until KeyboardPushed(1)
folgende Stelle:
Code: Alles auswählen
PlaySound(0,1)
hoffe ihr könnt mir helfen