How do I? Tables/simultaneousRandomWordDisplay
I'm stuck on making a Hidden Object Game using tables.
Need to display 3 words from a table randomly at the same time.
Each word should be different.
My approach has been to make 3 attributes (Word1, Word2 and Word3) and an actor (Actor1, Actor2, Actor3) to display each word. Each actor has a rule to randomly display a word from the same table (Table 1). This part works find.
I can't get the "each word should be different" part.
I've written rules to change attributes for Word2 and Word3 if they match any of the others, but just don't seem to get it right.
Any ideas?
Need to display 3 words from a table randomly at the same time.
Each word should be different.
My approach has been to make 3 attributes (Word1, Word2 and Word3) and an actor (Actor1, Actor2, Actor3) to display each word. Each actor has a rule to randomly display a word from the same table (Table 1). This part works find.
I can't get the "each word should be different" part.
I've written rules to change attributes for Word2 and Word3 if they match any of the others, but just don't seem to get it right.
Any ideas?
Comments
If I get you right, each table would have a different set of words???