I'm beginning programming apps with App Inventor. I have an app with several screens, but instead using screens I'm using Vertical Arrangements. With the help of a Timer I make the animation of the transition when an VA collapses and the next one appears. It works fine, but as I have a lot of animations among the VA, the amount of blocks inside the "When Clock1 Timer" is huge.
Is there a way of making a procedure that takes as parameters the 2 Vertical Arrangements to reduce the amount of blocks by calling this procedure?
I have attached a part of the code to illustrate what I mean.
Yes TImAI2 something like this.
I do not know how to access to the property width of VA1 and VA2.
If it is possible to do it. Would you please teach me how to do it?
Thank you but I'm a bit lost. (not a bit, maybe a lot )
Where can I find the green block "Vertical Arrangement (Width)".
I do not know where to pick it.
I'm sorry but I'm beginning programming with AI2 and there are things that are difficult to understand to me.