Jump to content
Search Community

blackstyle

Members
  • Posts

    3
  • Joined

  • Last visited

blackstyle's Achievements

0

Reputation

  1. import com.greensock.*; import com.greensock.easing.*; var section_clips = [mc01]; for (var j:Number = 0; j < section_clips.length; j++) { section_clips[j].alpha = 0; } var portfolio_clips = []; for (var i:Number = 1; i <=12; i++) { portfolio_clips.push(mc01["m"+i]); portfolio_clips.push(mc01["m0"+i]); } var tl:TimelineMax = new TimelineMax({}); tl.timeScale = 1; tl.append(TweenMax.to(mc01, 0, {alpha:1, immediateRender:false})); tl.appendMultiple(TweenMax.allFrom(portfolio_clips, .5, {rotationY:"180", alpha:0}, .3)); ================================================================= Please understand does clumsy English I am greensock novice. This, to me the difficulty In the above code, ["m0"+i] I -180 road rotates and would like to be. And mc02 add is to make the rotation above mc01. And the mc01 and mc02, I would like to repeat and infinity.
  2. "http://www.snorkl.tv/2011/08/loading-images-with-loadermax-load-and-track-the-progress-of-multiple-images/#more-1215" Using Cut or split the load image, then the image can be rotated sequentially?
  3. I saw the post. "http://www.snorkl.tv/2011/08/loading-images-with-loadermax-load-and-track-the-progress-of-multiple-images/#more-1215" you are loading images into xml using AS3.0When using this method, the lighter capacity dramatically thinksAnd I looked at this post and wonderedLoaded behind a piece of an image Each image can be rotated by dividing the image into halves, how is it possible?
×
×
  • Create New...