View Single Post
  #54  
Unread 04-03-2005, 07:13 AM
Sixes Sixes is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Blackburrow
Posts: 26
Default

Quote:
Originally Posted by Eloa
OnPress="parent.BLARG.opacity=(parent.BLARG.opacity-0.05)" works.
Does anyone know if it's possible to get a second level of indirection? For example:
<Text Name="Foo">BLARG</Text>
...
OnPress="parent.Blarg.opacity=(parent.(parent.Foo.Text).opacity-0.05)"

I've not been able to make this work but I may be missing something. At least I hope I am.

Sixes
Reply With Quote