Director Q
- Started
- Last post
- 5 Responses
- vsc
hi, when you drag a wav file into the score it just disappears somewhere. are there any controls for it, or is it best to create a single QT clip to control it in the timeline?
I'm probably asking the most absurd questions, but i'm a rookie at this. thx.
- foreign0
when you drag audio it's placed in one of the audio channels in the score. to control the sound you use the 'puppetSound' command in lingo:
'puppetSound channelNumber, castSound'
to make a simple play button:
'on mouseUp me
puppetSound 1, "mywav"
end'which will play mywav in channel 1. you can make simple rw, ff, pause and volume controls the same way. google "puppetSound".
- ********0
why do people still use director?
- Rowboat0
I still use director for most installed projets like kiosks and touchscreens. I just did one had to preload 4 gig of high res images and I never could have built that with flash. Also imaging lingo etc etc.
- vsc0
thx, foreign. i'm just editing a QT video and needed a intro with a bleep.
after my post i've created a new QT with the sound, imported it to the Score, and it works fine even when you tamper with the frame duration.
I've never heard a word about Lingo but i'm sure that's important from what you say. I'll check into it. THX so much!