styleBunny
Technical User
Hi folks,
Looks like i have all the questions
I am using this frame script to puppet/change cast members. When the cast members change, i also want to puppet a sound, the sounds play sometime, but they sound like they are getting stuck, being cut off early or looping over and over (although the loop option is unchecked). Is it because i am telling the play head to go the frame, that it keeps repeating the sound?
on exitFrame
if the timer > (55*60) then
sprite(11).member=28
sprite(11).locV=200
sprite(11).locH=306
puppetsound(2), "horn01"
sound(2).volume = 80
the timer=0
end if
go to the frame
end
I couldnt find a reference to puppet sound in the DMX2004 help either
cheers
Paul.
Looks like i have all the questions
I am using this frame script to puppet/change cast members. When the cast members change, i also want to puppet a sound, the sounds play sometime, but they sound like they are getting stuck, being cut off early or looping over and over (although the loop option is unchecked). Is it because i am telling the play head to go the frame, that it keeps repeating the sound?
on exitFrame
if the timer > (55*60) then
sprite(11).member=28
sprite(11).locV=200
sprite(11).locH=306
puppetsound(2), "horn01"
sound(2).volume = 80
the timer=0
end if
go to the frame
end
I couldnt find a reference to puppet sound in the DMX2004 help either
cheers
Paul.