Forum Discussion
KeithTrodden-48
5 months agoCommunity Member
Positional problems with moving objects in articulate
Hi all,
I am trying to build a storyline file where I want an object in this case a circle, move from one point of the screen to another. If you look at the attached file and preview it, at the sta...
Nedim
5 months agoCommunity Member
You can reference a circle using the new "object()" function. It should resolve your issue.
const oval1 = object('6Dio9gtDM4Z'); // change to your object id
gsap.to(oval1, {duration: 2,x: "+=180"});
Related Content
- 21 days ago
- 5 months ago