Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I make a sound playing continuously over many movies ?

Status
Not open for further replies.

angeliki

Programmer
May 30, 2003
1
GB
Hello.

I am trying to create a Projector consisting of six different movies. I 'd like to have a sound file playing continuously over the six movies and not to start over when the movies change the one after the other.

Any help is much much appreciated.

Thanks a lot,
AA
 
hello

Am not much xpert , but u can try this way:

on preparemovie me
puppetsound 1,"sound_op1"
sound(1).volume = 255
end
And if u want to runmultiple sounds then: Add the following in the above prepare movie:

sound(1).setPlayList([[#member: member("sound_op1")], [#member: member("sound_op2"), #loopCount: 500]])
sound(1).play()

ihope its gonna work out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top