Where are these 'connected' icons? I'll assume that they're pages connected to a framework.
If I understand this correctly, you have a menu whose navigation is determined by the user's response to a text entry response. This is one way to do what you want: --in a map attached to the button the user presses is a decision; that's the diamond shaped icon --attached to the decision are two navigation icons in separate branches that navigate to the pages --in the calculated path field in the decision icon is an expression with something like this:
(EntryText@"something<>"")+1
So, if the user hasn't entered anything at the interaction named "something" the condition evaluates to false or 0 and the branching goes to the first path attached to the decision and its navigation icon.
If the user HAS responed to the the "something" interaction, the condition evaluates to true or 1 and branching goes to the second decision path and the navigation icon that's there.
(It seems to me I've given you this suggestion before.)
srhee wrote: > > When the subjects click a button of their choice, I want them to move to the > connected icon. But the connected icon should be determined by their most > recent response. If they responded to a certain item most recently, they go to > icon "A". If no response, go to icon "B". > > I used EntryText@"something" and tried to identify whether they responded to > "something". And I try to use Navigate icon for their movement. How can I > combine these two (EntryText and Navigate icon) to achieve what I want? > > Thanks. > > -- > The AWARE List > http://www.e-media.nl/aware/index.html > > Search the Archives > http://www.e-media.nl/aware/search.html > > Netiquette: > - Use descriptive subject fields > - Use subject prefixes (A5 , A5Mac , A5Web , KO , UCD , OT) > > >
-- Grace Daminato
Macromedia Evangelist
Interaxys New Media voice: 905.542.2404 e-mail: grace@interaxys.com
-- The AWARE List http://www.e-media.nl/aware/index.html
Search the Archives http://www.e-media.nl/aware/search.html
Netiquette: - Use descriptive subject fields - Use subject prefixes (A5 , A5Mac , A5Web , KO , UCD , OT)