Jump to content
Search Community

Murball77

Members
  • Posts

    1
  • Joined

  • Last visited

Murball77's Achievements

0

Reputation

  1. Hello, I am new to this program and running into a little issue, I have created a parent_mc that has several children parent_mc.child_1, parent_mc.child_2, parent_mc.child_3 etc. I have created a new BlitMask on the parent var blitMask1:BlitMask = new BlitMask( parent_mc, parent_mc.x, parent_mc.y, 100, 100, true, true, 0xFFFFFF, true); and then I am trying to Alpha in and out one of the child MC like this TweenMax.to(parent_mc_child_2, .2, {alpha:0, repeatDelay:.2, repeat:5, yoyo:true}) The blitMask works fine, but the child will not alpha in and out If I comment out the blitMask1 line, then the child alpha's in and out correctly, but I need a blitMask
×
×
  • Create New...