Hi C2 community! ^^
During an event triggered by a boolean or number variable (which is active when called), how do I give random features (such as opacity, angle and scale) to a newly created object?
I know the functions RANDOM and CHOOSE combined with integer fucntions, but both only work properly when set at the beginning of the layout.
I'm also trying to randomly choose an animation of an object in the same case and I'm not getting. Example: "animation"&int(choose(1,2,3))
I think that is a computational logic problem I don't understand...
I thank you in advance your attention and collaboration.