Hello,
I use this expression for my spawning elements:
choose(0,90,180,270)
wich gives them a angle of movement, and this works ok but since its random choice i have situation that its been repedetly choosen same angle several times in the row.
Is there a way to adjust this formula so that it chooses all except the last choice?
eg.
So that if the last choice was 0, next choice can be between 90,180,270 and if now is 180 then next one can be amongst 0,90,270 and so on...
Thanx!