While working app, How can I add canvas ball. with Drag and drop

while working app, How can I add canvas ball. with Drag and drop.
while working app, how can I add canvas ball in app and scroll into place. May be, I can one ball component add the app. after while working, I can copy it. Or I can add new ball component while working app.

Thanks

You can't create Balls at run time using AI2 blocks.
(Maybe there is an extension for this somewhere)

You could keep a list of invisible Ball components in reserve, but this is good only until you reach your preset limit from what you added in the Designer (aside from what you wisely reused at run time.)

Alternatively, you could draw filled circles at run time in unlimitted number, as long as you keep track of where you put them and their sizes and colors.

Sample projects:

1 Like

I believe you can with the dynamic components extension by @yusufcihan

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.