PDA

View Full Version : Newbieish question involving right-click menu and movie quality



b3mus3d
February 23rd, 2007, 10:48 AM
Unfortunately I seem to be unable to find the answer to these anyway, even though they're simple -
What actionscript do you use to change the graphics quality? I'd like to have a button for crappier computers.

How do you disable functions on the right-click menu? I've noticed a few online games have a right click menu with only two options to prevent cheating. I'd like to do this too.

Thanks! Sorry for asking such newbie questions :ko:

TheCanadian
February 23rd, 2007, 11:01 AM
For quality, use the MovieClip._quality property.

To hide the menu, use the static Stage.showMenu property.

b3mus3d
February 23rd, 2007, 11:32 AM
For quality, use the MovieClip._quality property.

To hide the menu, use the static Stage.showMenu property.
Thanks! That works perfectly.