From: Marigold the 2nd on
I have an interaction that contains 5 hotspots. Each of the hotspots has to be
clicked before the interaction is exited so there's a + beside each one).

How do I exit the interaction after the 5 hotspots have been clicked?

From: Erik **AdobeCommunityExpert** on
Place a conditional at the end of the series of hotspots and set it to
AllCorrectMatched, and 'On False to True'. That will trigger when all
hotspots set to 'Correct' (giving each hotspot the +) have been selected.
And, of course, have the flowline for that conditional exiting the
interaction...
Erik

Marigold the 2nd wrote:
> I have an interaction that contains 5 hotspots. Each of the hotspots has to be
> clicked before the interaction is exited so there's a + beside each one).
>
> How do I exit the interaction after the 5 hotspots have been clicked?
>

--
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
------------------------------------------------------------------------
http://www.awaretips.net - samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware
From: Marigold the 2nd on
Many thanks, Erik. Easy when you know how!!