hello friends, again need your help.
I don’t want the frames marked with black arrows to be selected at random.
but I want the red frames to be selected at random.
Can you show it in a sample project?
thaks you everybody
Hi @zebil_animation,
You can do this! I would try this by using the random.choice()
function.
By passing this function an array with words in it, like: ['word1', 'word2', 'word3']
, it will pick a random one. Then you can name the frames and use those names inside the array.
Here’s an example project which does this.
choosingRandomNamedFrames.wick (21.7 KB)
Happy to help you further if needed!
1 Like
thanks for your effort,
1 Like