Have a solution, but not that satisfied, bit cumbersome. If only those shared actions could also have variables as parameters, maybe next release?
I divided your action in two actions: the first one triggered by the click:
- plays your audio clip
- applies the effect
- assigns a value to a user variable v_choice that identifies the cell clicked (I used numbers, but that is up to you); this is the part that cannot be done by shared actions
- continue so that the playhead is released; be sure to have a pausing point that allows the applied effect to play totally
The playhead continues until the end of the slide, then triggers a conditional action (that is the cumbersome part, don't know how many cells you have), that checks the value of the variable and jumps to the appropriate slide. Another sigh here in Belgium, if we could have a text concatenator to create that Jump action from value of the variable... another old request that probably will never make it. Now you need a decision for each Jump action and shared actions cannot help you there.
Lilybiri
PS: have also looked at a possible use of the new Timing widget, but should be more work.