ddd
June 6, 2024, 2:43pm
1
I have 3 button -> up, right, left.
I want to make an imagelist.
If up_button clicked, then up_img should be added in the imagelist.
ex) button : up ->up-> right
imagelist : |up||up||right|
How can I make this algorithm? Should I download extention?
Ramon
June 6, 2024, 3:05pm
2
This?
ImagesList.aia (80.6 KB)
Made with @Kevinkun extension:
Extension to create/remove visible components dynamicly.
BLOCKS
Create:
[2022-01-20_192218]
Create a visible component in a container.
component: String or Component. component Class Name.
in: Component. where the new component to be created inside.
Remove
[2022-01-20_123711]
Remove the component from screen. if it's a container component, all his children will be removed.
Children
[2022-01-21_195051]
Return a list of component container's children.
This can be used for native component…
1 Like
system
Closed
June 13, 2024, 3:08pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.