Dark Bit Factory & Gravity

PROGRAMMING => Freebasic => Topic started by: SAB on July 21, 2006

Title: Static with sound
Post by: SAB on July 21, 2006
Here is a static programming I pickup years ago just reprogrammed it and added sound.
Title: Re: Static with sound
Post by: Clyde on January 18, 2007
Cool & thanks for posting it SAB :)

Cheers,
Clyde.
Title: Re: Static with sound
Post by: Paul on January 18, 2007
ERROR: failed to load the sample
Title: Re: Static with sound
Post by: Clyde on January 18, 2007
Dude, alter this line to where you extracted the files on your pc, and point it to the directory with the sample.
mySample = FSOUND_Sample_Load(FSOUND_FREE, "C:\FBFiles\Sounds\static.mp3", 0, 0, 0)
Title: Re: Static with sound
Post by: Shockwave on January 18, 2007
Sorry Paul, just about all of SAB's submissions have the same problem.