Forum Discussion
Key Press Triggers in Layers
Well I think I have found a work around, it's a bit long winded so if anyone has any better suggestions I would love to hear them. What I am doing is:
- Adding a variable to the layered slides to say if the user is on the base layer or in one of the other layers.
- Setting my slide (base layer) triggers to be conditional on the variable indicating that the user is on the base layer
- Setting layer triggers using the same keys for next and previous as the base layer
This seems to allow the layer trigger to override the slide trigger whenever the user is not on the base layer, obviously there is some resetting of variables if the user revisits the base layer otherwise they would get stuck there - i found I had to use when timeline reaches 0.25s rather than when timeline starts otherwise it was jumping back to the previous slide.