#PB_Sound_MultiChannel= 0 ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
SPH
Enthusiast
Enthusiast
Posts: 566
Joined: Tue Jan 04, 2011 6:21 pm

#PB_Sound_MultiChannel= 0 ?

Post by SPH »

Code: Select all

CatchSound(3, ?Music3)
PlaySound(3,#PB_Sound_MultiChannel,100)
Delay(50)
PlaySound(3,#PB_Sound_MultiChannel,100)
Delay(1500)

Code: Select all

CatchSound(3, ?Music3)
PlaySound(3,0,100)
Delay(50)
PlaySound(3,0,100)
Delay(1500)
2 equivalent codes; which makes me say that "#PB_Sound_MultiChannel" = 0
... whereas "0" should mute the first sound in favor of the second (logically)

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits