Animating from two shells deep?
-
Anyone have any ideas on animating from two levels deep? Here is a very simplified example of what I am trying to do:
ParentShell
X =0+Xpass
--ChildShell
--Xpass =0
----GrandChildShell
----onClick =ANIMATE("ChildShell!Xpass",ChildShell!Xpass+1)That will kinda work... in that everything is eventually getting passed, but it requires a manual "Redraw" on the DC with a right-click.
Thanks in advance! Attached file is just example of above.
-
I have not found a way to make it update automatically. It would be nice if it did though.
Chris
Advertisement