Skip to main content
Participant
March 26, 2022
解決済み

Plugin random generator

  • March 26, 2022
  • 返信数 2.
  • 1256 ビュー

Hi! 
Currently working on an exam and I´m trying to find a way to create a "random generator" in Adobe XD using my own images. Example: random outfit generator in three parts - tops, trousers, shoes. I´ve googled a bit and struggle to find solutions, plugins etc. Is there any way to do this without coding

    このトピックへの返信は締め切られました。
    解決に役立った回答 Spas K.

    Hi Cecilie, I didn't understand if you want to prototype it in Xd, or if it has to be an actual working random generator on a live website?

     

    You can only create prototypes in Xd (and Figma). For working websites you will either need custom coding or a builder like Webflow. For your case you will most definitely need to write code, as it's not a common feature or functionality.

     

    If you just need to prototype how it would work, you can definitely do it in Xd, but you can't make it actually random. Everything in Xd is deliberate - you have to manually wire the connections between screens and what happens when you click on a button, link or whatever it is.

     

    You can simulate it being random, let's say you make 5 different tops, trousers and shoes options - on the first click you will have one configuration, on the second another, and you can make as many as you like, but each one will be made by you, and not dynamically generated.

     

    So if you make 10 combinations, after the 10th you can wire it to go back to the first, but not infinite or random.

    返信数 2

    Spas K.
    Community Expert
    Spas K.Community Expert解決!
    Community Expert
    March 27, 2022

    Hi Cecilie, I didn't understand if you want to prototype it in Xd, or if it has to be an actual working random generator on a live website?

     

    You can only create prototypes in Xd (and Figma). For working websites you will either need custom coding or a builder like Webflow. For your case you will most definitely need to write code, as it's not a common feature or functionality.

     

    If you just need to prototype how it would work, you can definitely do it in Xd, but you can't make it actually random. Everything in Xd is deliberate - you have to manually wire the connections between screens and what happens when you click on a button, link or whatever it is.

     

    You can simulate it being random, let's say you make 5 different tops, trousers and shoes options - on the first click you will have one configuration, on the second another, and you can make as many as you like, but each one will be made by you, and not dynamically generated.

     

    So if you make 10 combinations, after the 10th you can wire it to go back to the first, but not infinite or random.

    Participant
    March 28, 2022

    For prototype - perfect, thanks!

    Participant
    March 26, 2022

    I am familiar with Figma if that´s a better option