Random function

aloof

Member
Licensed User
Longtime User
Hi guys

I'm looking at doing random effects on a loaded picture

how would i go about doing this? rnd?

Thanks in advanced
 

aloof

Member
Licensed User
Longtime User
Hi
im not much more than a beginner here

the only way i can think of doing it is

n = rnd (1 to 10)

if n = 1 then

do effect


but thats alot of if and else statements



thanx Klaus
 
Last edited:
Upvote 0
Top