Jump to content
Search Community

beno

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by beno

  1. I'll read the tutorial. And yes, that did make a difference, but still no cigar. Now, instead of mcHatAndFace having an alpha of 0 through the whole movie, it has an alpha of 100! Please advise. import com.greensock.*; import com.greensock.plugins.*; TweenPlugin.activate([AutoAlphaPlugin]); import com.greensock.easing.*; TweenLite.to(mcHatAndFace, 1, {autoAlpha:100}); // 2nd param in seconds; 3rd in % alpha beno
  2. Code now reads: import com.greensock.plugins.*; TweenPlugin.activate([AutoAlphaPlugin]); import com.greensock.easing.*; TweenLite.to(mcHatAndFace, 1, {autoAlpha:100}); // 2nd param in seconds; 3rd in % alpha and that did not work, either
  3. Hi; I have this code: import com.greensock.plugins.*; import com.greensock.easing.*; TweenLite.to(mcHatAndFace, 1, {autoAlpha:100}); // 2nd param in seconds; 3rd in % alpha The com folder is at the root with the flash movie. mcHatAndFace is a movie clip (little dot in the middle to verify the same). Alpha set to 0 at initial frame. Why doesn't it work? TIA, beno
×
×
  • Create New...