Forum Discussion
2 Error Messages in Console
And in the end using GSAP specific code simplifies your setup...
Use this to move your ADA... gsap.set(Ada, { y: "-=5" }); // Move the object relatively down
gsap.set(Ada, { x: "+=5" }); // Move the object relatively to the right
- JJCarter9 months agoCommunity Member
Thank you for your help with the button controls- I will definitly work those into the code. The animation is pretty jagged at the moment so that should smooth them out!
I was wondering if you could look at the script for the Continue button? That is my largest issue. It seems like my script may be triggering but stopping at some point, however, it keeps getting stopped at thecheckIntersectAndAddPoints
function (the very beginning). Is there a GSAP specific code that would work better? Or have I overlooked something in my code? I attached a simplified version of the slide without any other triggers or codes (it still wont execute haha)
I really appreciate you taking the time to help me!