AS3中的3d Polkadot旋转木马

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AS3中的3d Polkadot旋转木马相关的知识,希望对你有一定的参考价值。

  1. import com.theflashblog.fp10.*; // get lee brimelow's simplezsorter classes here: http://code.google.com/p/leebrimelow/source/browse/trunk/as3/com/theflashblog/fp10/?r=13
  2. import com.greensock.TweenLite; // get tweenlite at http://www.greensock.com/tweenlite/
  3.  
  4. var rotationValue;
  5. orbit.rotationX = 90; // First rotate the whole Movieclip back 90 degrees in 3d space
  6. for(var i=0; i<orbit.numChildren; i++){ // Now rotate all the inside MovieClips back up to the correct orientation again
  7. var planet = orbit.getChildAt(i);
  8. planet.rotationX = -90;
  9. }
  10.  
  11. addEventListener(Event.ENTER_FRAME,doOrbit)
  12.  
  13. function doOrbit(e){
  14. rotationValue = (mouseX + stage.stageWidth / 2) * 1.5 ;
  15. TweenLite.to(orbit,0.5,{rotationY:rotationValue}); // orbit spins around the Y axis
  16. for(var i=0; i<orbit.numChildren; i++){
  17. var planet = orbit.getChildAt(i);
  18. TweenLite.to(planet,0.5,{rotationZ:rotationValue}); // each polkadot spins around Z axis to correct the orientation
  19. }
  20. SimpleZSorter.sortClips(orbit);
  21. }

以上是关于AS3中的3d Polkadot旋转木马的主要内容,如果未能解决你的问题,请参考以下文章

AS3 围绕空间点旋转 3D 对象

ActionScript 3 Flash画廊效果中的AS3 3D旋转螺旋

3d转换+示例旋转木马

初学制作3D旋转木马

案例-3D旋转木马

scss Matrix特色活动自定义3D旋转木马