|
"I feel your pain. Btw - if you are implementing this hack, I'd definitely look into using the GSAP library to set the CSS props, rather than" in Edge Animate • 9 replies |
2 days ago |
|
"I've noticed similar behavior when using rotation- if I set rotation through code, it gets overridden by the Edge timeline. So I'm assuming" in Edge Animate • 9 replies |
2 days ago |
|
"As a simple hack/workaround, you could push all your buttons into an array initially. Then on click, iterate through the array, setting all" in Edge Animate • 3 replies |
3 days ago |
|
"Hi John, I haven't called a function from a dynamic symbol, so I'm not 100% sure, but can you confirm that the frame script is running, i" in Edge Animate • 2 replies |
3 days ago |
|
"sym.myFunction Allows you to access the function anywhere else in your project, using this syntax: sym.getComposition().getStage().myFuncti" in Edge Animate • 1 replies |
3 days ago |
|
"Hi there, you don't need to use getVariable or setVariable. You can just do this: sym.getComposition().getStage().Variable = true; Btw" in Edge Animate • 6 replies |
3 days ago |
|
"Hi Toosey, there are several different clickTag variables. Confirm that their clickTag variable name is "clickTag", and if so, try the below" in Edge Animate • 11 replies |
4 days ago |
|
"No problem Bill! Can you mark my response as "Correct", so other users can easily find the correct answer? Thanks!" in Edge Animate • 6 replies |
4 days ago |
|
"No problem, glad to help!" in Edge Animate • 13 replies |
4 days ago |
|
"For desktop, see this example (this has touch and mouse swipe): example: http://www.timjaramillo.com/code/edge/swipe_v2_touch_and_mouse/" in Edge Animate • 15 replies |
5 days ago |
|
"Hi there, you'd do something like this: if ( e.pageX == undefined ) { var touch = e.originalEvent.touches [0] || e.originalEve" in Edge Animate • 15 replies |
5 days ago |
|
"code on Stage.compositionReady: sym.boatPosition = 1; code on button: if( sym.getComposition().getStage().boatPosition == 1 ){" in Edge Animate • 6 replies |
5 days ago |
|
"Hi Bill, There are plenty of threads on here about scope, but here's one way to create a global variable: // code on Stage.compositionR" in Edge Animate • 6 replies |
5 days ago |
|
"Hi there, I recommend setting up your global variables on the Stage.compositionReady event like so: // code on Stage.compositionReady sy" in Edge Animate • 6 replies |
5 days ago |
|
"Hi Pancreas, "onClickBack" and "onClickNext" are called by the "click" events of your "btn_genNavBack" and "btn_genNavNext" buttons." in Edge Animate • 13 replies |
5 days ago |
|
"Hey Adam, I helped another user out with a similar video gallery, at this thread: http://forums.adobe.com/message/5282681" in Edge Animate • 2 replies |
1 week ago |
|
"Hi Pancreas, Here is your revised file. I restructured your project so that all code is at Stage.compositionReady, and the back/next butt" in Edge Animate • 13 replies |
1 week ago |