Jump to content
Search Community

soupking

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by soupking

  1. Ohhh okay, Cool. I see. I was attempting to activate the wrong color module, vector instead of bitmap and also wasn't properly referncing it. Cool beans, I'll have to use your updated version in following projects. Thanks Jack! -soup
  2. Kind of, pretty much just the code I mentioned above earlier: var myGroup:TweenGroup = TweenGroup.allTo(clipArray, 1, {alpha:1, colorMatrixFilter:{brightness:3, saturation:3}}); I'm trying to Brightness/Contrast an array of movie clips in a staggered fashion. Not just simply alpha them.
  3. Heh, yeah. I suppose. Would work better in the header so I won't have to find this thread. Thanks Jack, -soupking
  4. Hi Jack, Thanks for your understanding. I'm totally going to take advantage of your new blur and gravity engines on this current project I have for sure. Answer my question...Kind of. So my understanding is that TweenGroup can use ColorTransform classes. At the top of the page I have: import gs.*; import gs.easing.*; Is that not enough for the old school coding to work? -soup
  5. Hi GS, I know that TweenGroup is deprecated but I'm rebuilding a year-long project from AS2 to AS3 and can't afford to re--code anything with this one. I'm trying to extract XML thumbnails into a pattern using TweenGroup: var myGroup:TweenGroup = TweenGroup.allTo(clipArray, 1, {alpha:1, colorMatrixFilter:{brightness:3, saturation:3}}); I'd like to use the colorTransform class but it's not responding. Is there another way around this or is there something I'm mistyping? I'm kind of rusty with TweenMax. Thanks for any response. -m
  6. Hey Jack, Is there a reason why there's no button to return to TweenMax page from the forum, or am I just doing an excellent job of not finding things again? Peace, -maX
  7. Okay, am I retarded? I can't search or find Physics and Motion Blur Examples on the site. I'm interested in re-signing up for the new updates, but I can't see where they are demonstrated. All I can find is the older plugin matrix. What am I missing? Please advise. Thanks! -maX
×
×
  • Create New...