I searched the site and forums and couldn’t find anything on this topic. I know it’s probably ridiculously easy, but I don’t know how to do it.
For my movie, I plan to have 4 buttons, low, med, high, and auto. I want to specify the points in the movie where the quality should be lowered for slower computers (auto button). The beginning of the slow part would be MED quality and then after it’s passed, I want to reset it back to BEST.
_quality = "MEDIUM";
_quality = "BEST";
But how do I get the other 3 (low, med, high) buttons not follow the path I set for the auto quality?