i have 100 sprites, all named spr00, spr01, spr02 ... spr99 all with opacity 0
i want to achieve something like this:
spr_number = random(100)
spr&spr_number = opacity(100)
i don't want to set up 100 lines with conditional IFs on every sprite
Is this possible in C2?
thanks a lot