Jump to content
Search Community

Fox_Danger

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Fox_Danger

  1. Hi guys, I'm trying some things here, and I got this:
     

    tempTimeline.eventCallback( "onUpdate" , updateTimelineTween );

    But my timeline is not a global var, just exist on a function. I put the "updateTimelineTween" function to receive one timeline as parameter.

     

    Now how can I pass the tempTimeline as parameter? I try use this but obvious didn't work because it execute the method...

    tempTimeline.eventCallback( "onUpdate" , updateTimelineTween(tempTimeline) );

    Any idea about how to do it?

    Tnx a lot guys!

    EDIT: Sorry guys, I found it:
     

    tempTimeline.eventCallback( "onUpdate" , updateTimelineTween , [params] );

    Someone please can delete the topic (or not if its fine to help another one with the same doubt) :D

  2. Hello Fox_Danger, and welcome to the GreenSock Forum!

     

    Yep looks like the http://greensock.com/snippets/ page goes to a NOT FOUND page.

     

    But here is the YouTube video link of the Mighty Carl going over sublime text snippets:

     

    http://www.youtube.com/watch?v=9tBevdU3PoU

     

    I hope this helps!

     

    :)

    Tnx man, but I saw this video and thats why I want the snippets :D

     

    But on the video he teach how to install the snippets, but where is the archives for download???

×
×
  • Create New...