Is there a library of user interface assets

Hello, is there a repository of user interface assets available? I’m looking for things like dropdown menus, radio button arrays, checkboxes, etc.?
Thank you

Welcome to the Forums!

Wick Editor does have assets, but it doesn’t have a dropdown menu, or a radio button array (i think it doesn’t)

There is a way of exporting object to a .wickobj file, to add in another places tho…

You can check the assets it has by going to the asset library and clicking in the + (Add builtin asset).

But, you CAN make these yourself!

For example, with the dropdown menu, you can play a clip with [CLIP NAME].play()
or go to an specific frame in a clip with [CLIP NAME].gotoAndPlay(), it’s the same as the Timeline scripts, you only add the clip’s name and a point in the start.

Thank you for replying, I was hoping to be lazy!

Well, i do have a dropdown menu example…so it is possible to do it!
If you want to check it out here’s the .wick file:
dropdown menu example1-4-2021_6-01-12PM.wick (9.5 KB)