Can videoclips be controlled and used just as flexible as the .aif files?

>> on MouseUp
>> record sound file "vend1" with dialog
>> end MouseUp
>> 
>> on MouseUp
>> stop recording
>> end MouseUp
>> 
>> on MouseUp
>> play  audioclip  "vend1"
>> end MouseUp
>> 
>> Best Regards, Paolo Mazza (Italy)
> 
> The command to play back should be play videoClip rather than play
> audioClip, as the sounds are recorded using QuickTime an thus need the video
> clip player to play.

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to