Skip navigation

Login or Register to find out more about TimJaramillo
Status Level:
Member Since:
Aug 2, 2011

Recent Activity

TimJaramillo replied to stop() overrides css that is applied via javascript (Updated 5/15/2013 1:00EST)

"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
TimJaramillo replied to stop() overrides css that is applied via javascript (Updated 5/15/2013 1:00EST)

"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
TimJaramillo replied to Dynamic Symbol Reference Problem

"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
TimJaramillo replied to Another beginner question about targeting functions

"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
TimJaramillo replied to Function Declaration Syntax - Best Practices

"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
TimJaramillo replied to How do I set a variable on the main timeline from within a symbol?

"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
TimJaramillo replied to Edge web banner and clicktag

"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
TimJaramillo replied to How do I set a variable on the main timeline from within a symbol?

"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
TimJaramillo replied to Stop video audio when jumping to another label?

"No problem, glad to help!"

in Edge Animate 13 replies
4 days ago
TimJaramillo replied to Touch Swipe in Edge

"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
TimJaramillo replied to Touch Swipe in Edge

"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
TimJaramillo replied to Need help setting up global variables

"code on Stage.compositionReady:   sym.boatPosition = 1;       code on button:   if( sym.getComposition().getStage().boatPosition == 1 ){"

in Edge Animate 6 replies
5 days ago
TimJaramillo replied to How do I set a variable on the main timeline from within a symbol?

"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
TimJaramillo replied to Need help setting up global variables

"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
TimJaramillo replied to Stop video audio when jumping to another label?

"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
TimJaramillo replied to Slideshow with video

"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
TimJaramillo replied to Stop video audio when jumping to another label?

"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