View Full Version : How to make flash5 automatically run a part in low quality?
StonedGorilla
June 27th, 2003, 02:16 AM
There is this one scene in this movie I am making which is CPU extensive.. what is the actionscript to make it automatically low quality and then when it is over go back to full quality?
aurelius
June 27th, 2003, 02:27 AM
Check out the entries for _quality and toggleHighQuality() in the actionscript dictionary. Here are some examples:
_quality = "LOW";
or
toggleHighQuality(); // this switches from either High or Low to the opposite
Though the latter method has been deprecated as of Flash 5.
StonedGorilla
June 27th, 2003, 02:29 AM
Thanks... so if i wanted it to go back to high quality I would go _quality = "HIGH";
right?
aurelius
June 27th, 2003, 02:32 AM
You got it!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.