katherinep
Programmer
Hello,
Can anyone help me? I have a seperate video clip from the voice-over in my Director Projector. But if you pause or rewind the video the sound stops too, and then even if you click play it doesn't come back on. I need either the voice-over to keep playing regardless of whats going on with the movie or for the sound to pause/rewind and start with the movie.
At the moment the voice-over is in music channel 1 and the video is in the score.
To rewind the movie to the beginning I use:
sprite(47).movieTime = 0
to pause I use:
sprite(47).movierate = 0
and to play I use:
sprite(47).movierate = 1
I do not understand why if these bits of code control sprite 47 (my movie) why they effect the sound channel?
Thanks in advance,
Katherine
Can anyone help me? I have a seperate video clip from the voice-over in my Director Projector. But if you pause or rewind the video the sound stops too, and then even if you click play it doesn't come back on. I need either the voice-over to keep playing regardless of whats going on with the movie or for the sound to pause/rewind and start with the movie.
At the moment the voice-over is in music channel 1 and the video is in the score.
To rewind the movie to the beginning I use:
sprite(47).movieTime = 0
to pause I use:
sprite(47).movierate = 0
and to play I use:
sprite(47).movierate = 1
I do not understand why if these bits of code control sprite 47 (my movie) why they effect the sound channel?
Thanks in advance,
Katherine