I took that out and then I closed down AppGameKit and back up again still the same thing. I even tried changing the error catch statment
+ Code Snippetrem
rem AGK Application
rem
rem A Wizard Did It!
SetErrorMode ( 0 )
rem Load music file
loadmusic(1,"NightCrawl.mp3")
SetMusicFileVolume( 1, 100 )
playmusic(1,0)
do
Print("Rabbit__Hutch")
Sync()
loop
tried to tell it toforget the error it runs but no sound
Dennis W