(BrightAuthor V4.6.0.14 on Windows 7 Enterprise.)
I have a multi-zone interactive application. Zone CMDs contains icons; each generates an event. There are two other zones dependent upon which CMD icon was last touched. (Zone SELECT and Zone CONTENT)
1. User touches icon A. This has a Send Zone Message attached to the touch event handler (the message = "IA").
2. Right now, it seems I have to define a Zone Message Event handler checking for IA for each asset that might be displayed in SELECT and CONTENT.
What I would like to be able to do is define a handler on the zone itself, rather than upon each asset that might be active in the zone. Is this possible? All the popular search engines have availed me nought.
TIA, Larry Price