ActionScript 3 在闪光AS3中轨道Polkadots(交互式)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 在闪光AS3中轨道Polkadots(交互式)相关的知识,希望对你有一定的参考价值。

import com.greensock.TweenLite; // get tweenlite at http://www.greensock.com/tweenlite/

var rotationValue;

addEventListener(Event.ENTER_FRAME,doOrbit)

function doOrbit(e){
	rotationValue = (mouseX + stage.stageWidth / 2) * 0.5;
	TweenLite.to(orbit,0.5,{rotationZ:rotationValue}); //had to use Z axis rotation (basically the same thing)
	for(var i=0; i<orbit.numChildren; i++){
		var planet = orbit.getChildAt(i);
		TweenLite.to(planet,0.5,{rotationZ:rotationValue*-1});
	}
}

以上是关于ActionScript 3 在闪光AS3中轨道Polkadots(交互式)的主要内容,如果未能解决你的问题,请参考以下文章

Actionscript 3,flexSDK,当它超过flash阶段时阻止鼠标滚轮滚动

ActionScript 3 物体闪光方法

ActionScript 3 闪光加速度计

ActionScript 3 闪光灯焦点检测

ActionScript 3 AS3在阵列中?

ActionScript 3 AS3:在数组中搜索