Forum Discussion
Object intersection not working
- 2 years ago
Hello Everyone!
I wanted to share some great news! We are no longer seeing this bug that prevented the Object Intersects trigger from working when intersecting with an object that was part of a grouped object in a Storyline course.
Please make sure that you are using the current version of Storyline 360 (3.72.29699.0). This guide walks you through installing, updating, and opening Articulate 360 apps.
Please let us know if you're still encountering the issue and we'd be happy to continue troubleshooting with you in a support case.
Groups in Storyline add an extra DIV ( actually 2 if you check your console ) surrounding the group of elements in your HTML. Thus accessing it and targeting it with triggers, actions etc. makes it more complicated. As you can see in the added image... with and without a group. The group makes an extra DIV around your element...most of the times Storyline triggers will behave well...Javascript triggers for sure need work to target elements that are in that group.