Jump to content
Search Community

Jakob Sternberg

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Jakob Sternberg

  1. I have the same issue. I have atween fading up my videoplayer in EyeBlaster.. 1st time..its fine.. but for every time i expand the panel.. TweenLite woes longer and longer..
  2. I normally startoff using TweenMax..but later if i find out i never really used TweenMax features (filters, and stuff)..then i switch to TweenLite. This time i had hardtime seeing why the following code worked in TweenMax, but not in TweenLite. -- Until i realized that i was using from/to on same movieclip, i didnt knew that Lite/Max differered there.. import com.greensock.*; TweenLite.from(mc,1,{_alpha:0}) TweenLite.to(mc,5,{_xscale:150}) /* Above doesent work.. but with TweenMax it does */ Cheers edit: is there a plugin that will activate Tweenlite to beeing able to do it?
  3. Hi i'm trying the latest code..i cant get plugin to work.. import com.greensock.* TweenPlugin.activate([colorMatrixFilter]); TweenLite.to(myMc, 1, {colorMatrixFilter:{colorize:0xff0000, amount:1}}); Isnt this the way to use it?, it does nothing! ?
×
×
  • Create New...