| THE 'PLAY ALL' BUTTON | :) | ||||
| This must be the FAQ of FAQs. There are two techniques. 1. Chain all your video footage together into one giant mpeg, then create 'stories' for each video. You can either call the whole thing or each individual story from a standard menu. Or - 2. Use the scripting solution. If the 'play all' button is selected run a script such as: playall=1 play track "first track" At the end of each track use a script something like: if playall==1 then play track "next track" #only gets this far if NOT playall: play button "this track" of menu "separate tracks menu" | |||||
|
|||||