(Buttons are in Player window. Buttons "WEE" through "WEE4" try to control button "BLARG".)
Following doesn't work: (OnPress="" implied)
BLARG.Opacity=0
/BLARG.Opacity=0
.BLARG.Opacity=0
\BLARG.Opacity=0
MainHUD.Player.BLARG.Opacity=0
root.MainHUD.Player.BLARG.Opacity=0
/MainHUD.Player.BLARG.Opacity=0
/root.MainHUD.Player.BLARG.Opacity=0
\MainHUD.Player.BLARG.Opacity=0
../BLARG
../
..
Replacing the period between BLARG and Opacity with any of the following characters also does not work:
: -
+ kills everything before it and makes it refer to itself, unless you start with /
If at first you don't succeed... blame Microsoft!
You can change multiple attributes at once. OnPress="opacity=0.75 size=200,50 text='Clicky time!' dance" does successfully change the opacity, size, and text, and make your character dance.
__________________
If it ain't broke, it needs more features!
Last edited by Deathbane27 : 01-02-2005 at 06:59 AM.
|