RetroBASIC

Retrogamecoding(.org) => EGSL => Topic started by: GEEK on October 24, 2013, 02:54:05 AM

Title: info about playsound?
Post by: GEEK on October 24, 2013, 02:54:05 AM
can someone please help me with the function 'playsound' ?

i need to know were all the numbers are fore:

playsound (sound,60, 2, 0)
playsound (path  ,volume?, ???, loop?)

thanks in advance (:
Title: Re: info about playsound?
Post by: Osgeld on October 24, 2013, 05:00:55 AM
•   playsound (soundname,volume, channel, loop)
Title: Re: info about playsound?
Post by: GEEK on October 24, 2013, 09:58:45 PM
thanks!
i'm a newbie to this function, so can I maybe ask you
what 'soundchannel' is?  :P

ow yes, forgot something, you can type a number of different arguments
in this function right? but is there a list of possible arguments?

e.g. the 'loop' number can also be 1 or 2 right?
or the volume, what is the maximum number?
Title: Re: info about playsound?
Post by: GEEK on October 24, 2013, 10:03:25 PM
sry for al these questions... egsl is a nice program, but it needs better documentation i think...
Title: Re: info about playsound?
Post by: GEEK on October 26, 2013, 11:21:56 PM
anybody?