00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

(flash 8, as2) how can i make a button that changes the quality of the game?

362 Views | 2 Replies
New Topic Respond to this Topic

just wondering


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

BBS Signature

thanks