Previous artboard trigger should skip timed trigger artboard
Say we have Artboards A, B, and C respectively whereby;
- Artboard A has a TAP TRIGGER which auto-animates to Artboard B; and
- Artboard B has a TIMED TRIGGER which auto-animates to Artboard C
Feature Request:
- If Artboard C has a TAP TRIGGER that invokes PREVIOUS ARTBOARD action, it should go back to Artboard A and not to Artboard B.
Similarly:
We may have Artboards A, B1, B2, ...B(n), and C respectively whereby;
- Artboard A has a TAP TRIGGER which auto-animates to Artboard B; and
- Artboard B through to Artboard B(n) has a TIMED TRIGGER which auto-animates sequentially to Artboard C;
- If Artboard C has a TAP TRIGGER that invokes PREVIOUS ARTBOARD action, it should go back to Artboard A and not to Artboard B(n).
IMPORTANT:
In cases where we have Artboards A, A1, ...A(n), and B respectively whereby;
- Artboard A through to Artboard A(n) has a TIMED TRIGGER which auto-animates sequentially to Artboard B;
- If Artboard B has a TAP TRIGGER that invokes PREVIOUS ARTBOARD action, it should go back to Artboard where the first instance of TIME TRIGGER occurred.