Jump to content
Search Community

mka1

Members
  • Posts

    2
  • Joined

  • Last visited

mka1's Achievements

0

Reputation

  1. Hi, basically i have a movieclip called myGallery, and inside that clip i have an array of movieclips: var boxes:Array=new Array(mc1, mc2, mc, mc4); each of these movieclips has a movieclip inside called "patternMask" From the root I want to tween all the "patternMask" clips that are children of the clips inside the array, I've tried: TweenLite.to(myGallery.boxes.patternMask, 1, {y:140, ease:Circ.easeOut}); but it throws up the error: can anyone let me know if there's a solution or if I have to do a workaround please?
×
×
  • Create New...