unfortunately that doesn't seem to be working for me.
imagine the following situation: you have got a 'onClick' function assigned to a subcomponent. the function animates a Variable. and now I want this variable to multiply the length of another subcomponent (or even the daughter of another subcomponent).
somehow I don't seem to get this to work...
[Edit] I just checked again. the value of the subcomponent's variable isn't passed on to the parent component. neither does it reach another subcomponent. to me it seems values can only be passed down the chain, but not up.
unless you have to use a different way of referencing it, than 'subcomponent!variable'...