Jump to content
Search Community

djjulia

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by djjulia

  1. No problem at all. I'm like a bug magnet - if they don't find me I'll find them whether I mean to or not haha. Really excited about your product though - it's amazing what I can do in like 8 lines of code that would of taken 50 lines the old way. Great job.
  2. Yeah I downloaded from here: http://www.greensock.com/tweenlite/ and then hit AS3 button - I just downloaded it on Friday. It was the version I listed above - I found 12.0.8 on the web - I'll go ahead and upgrade to 12.0.9 though. Thanks for tipping me off to that though.
  3. So I did a web search and found 12.0.8 and installed it and linked it back to my file and now it's working. No idea when I install from the greensock site, I get an old and seemingly buggier version!
  4. I just installed this the other day (like 2 days ago), but I have: 11.698 http://www.planetdisco.tv/share/example_v1_728x90.fla.zip
  5. Hi there. I have a simple animation I'm trying to do using a combo of the colorTransform exposure setting on instance name: bg1_mc. Here is my code: import com.greensock.TweenLite; import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.TweenPlugin; import com.greensock.plugins.ColorTransformPlugin; TweenPlugin.activate([ColorTransformPlugin]); TweenLite.to(bg1_mc, 1, {alpha:1, colorTransform:{exposure:1.5}}); TweenLite.to(bg1_mc, .2, {colorTransform:{exposure:1}, delay:1}); TweenLite.to(bg1_mc, .5, {x:726.95, y:0, ease:Circ.easeOut, delay:3}); The first line works if the other two are commented out - but if they are uncommented, that bg1_mc simply doesn't show up. What I'm trying to do is fade in the movieclip set the exposure a little higher, then flash it out back to a normal exposure. Then after 3 seconds slide that movie clip off the stage. What am I doing wrong? (the instance is orig at x:0 y:0 on the stage btw) Thanks!
×
×
  • Create New...