just wondering
just wondering
Response to (flash 8, as2) how can i make a button that changes the quality of the game? 2023-10-06 13:07:06
on(release) { if (_quality == "LOW") { _quality = "MEDIUM" } else if (_quality == "MEDIUM") { _quality = "HIGH" } else if (_quality == "HIGH") { _quality = "LOW" } }
Slint approves of me! | "This is Newgrounds.com, not Disney.com" - WadeFulp
"Sit look rub panda" - Alan Davies
Response to (flash 8, as2) how can i make a button that changes the quality of the game? 2023-10-07 02:37:51
thanks