Forum Discussion
TeresaSaul-0de4
2 years agoCommunity Member
Intersecting Objects trigger not working when using Javascript to move character
I am using javascript in Storyline 360 to move an animated character on key press, which is working really well. I would like to trigger a layer when the character intersects with certain portions ...
PhilMayor
Super Hero
If you use GSAp it doesn't support the built in triggers to know that the object has been moved so intersect will not work. You will need to add a listener to check for position and then increment a variable to show the layer.
TeresaSaul-0de4
2 years agoCommunity Member
What might that look like?