Community → Programming Forum
Thread Locked
Posted Feb 7, '08 at 6:54pm
Koshionos
366 posts
I'm trying to make a button to change quality, unfortunately no website I've found has the info, can anyone help?
Posted Feb 7, '08 at 8:19pm
dank
1,043 posts
These are the basic quality settings in AS2.
_quality = "LOW"; _quality = "MEDIUM"; _quality = "HIGH"; _quality = "BEST";
on(release){ _quality = "MEDIUM"; }
sets the quality to medium.