利用Tweener製作動畫 – 數大便是美

套用徐志摩的名言:「數大」便是美,意思是說數量多就是美,不過雖然數大便是美,但如果要針對多個元件製作動畫,那利用程式一定會比手工來的輕鬆,甚至可以更漂亮和壯觀,以下的範例就是利用Tweener針對較多的元件來製作動畫的結果,分享給大家參考!希望各位未來不會「數大」便是累。

Tweener 滿天星斗:利用Tweener針對星形製作Alpha動畫,是一個很簡單的範例。

import caurina.transitions.Tweener
import flash.display.MovieClip;

setInterval(starFn,50)
function starFn(){
	var scale:Number=Math.random()
	var mc:MovieClip=new star
	mc.x=Math.random()*500
	mc.y=Math.random()*500
	mc.scaleX=scale
	mc.scaleY=scale
	mc.alpha=0
	addChild(mc)
	Tweener.addTween(mc, {alpha:1, time:7, transition:"linear"});
	Tweener.addTween(mc, {alpha:0, time:3,delay:8, transition:"linear"});
}

滿天星斗 原始檔 下載


Tweener 擴散效果:利用Tweener針對球體來製作動畫,其中還應用到距離計算的Class,可以試著調整參數(彈出距離變數、彈出數量…等)來觀察改變的情況。

import flash.display.Sprite;
import roMc;
import flash.geom.Point;
import caurina.transitions.Tweener;

//變數定義區塊
var centerPoint:Point = new Point  ;//圓形中心點
var i:int = 1;//迴圈變數
var radius:int = 50;//彈出距離變數
var no:int = 20;//彈出數量
var circleArray:Array=new Array//球體陣列(針對移除使用)
var sec:int=1//動畫秒數
var hold:Number=0.1//延遲秒數

centerPoint.x = stage.stageWidth / 2;
centerPoint.y = stage.stageHeight / 2;

stage.addEventListener(MouseEvent.CLICK,clickFn);

function clickFn(e:MouseEvent)
{
	while (circleArray.length > 0) {
			removeChild(circleArray.pop());
	}
	Tweener.removeAllTweens();
	showFn();
}

function showFn()
{
	for (i=1; i<=no; i++)
	{
		var mc:Sprite = new ball  ;
		circleArray.push(mc)
		var angle:Number = 2 * Math.PI / no * i;
		var targetPoint:Point = new Point();
		targetPoint.x = radius * Math.cos(angle) + centerPoint.x;
		targetPoint.y = radius * Math.sin(angle) + centerPoint.y;
		addChild(mc);
		mc.x = centerPoint.x;
		mc.y = centerPoint.y;
		mc.alpha = 0;
		Tweener.addTween(mc, {alpha:1,x:targetPoint.x,y:targetPoint.y, time:sec, transition:"linear",delay:i*hold});
		Tweener.addTween(mc, {alpha:0,x:centerPoint.x,y:centerPoint.y, time:sec, transition:"linear",delay:i*hold+(no*hold+1)});
	}
}

擴散效果 原始檔 下載

You may also like...

15,548 Responses

  1. 1win879piodo表示:

    Самая Надежная Букмекерская контора – 1win

  2. Charlesunili表示:

    SEO раскрутка сайта в топ https://seositejob.ru/ Яндекс и Google от профессионалов.

  3. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# cipro for sale

  4. Рекомендую Лучшую Букмекерскую контору 1win

  5. Davidtes表示:

    lisinopril 5 mg brand name zestril tablet zestoretic 20 12.5 mg

  6. WilliamRhype表示:

    http://ciprofloxacin.tech/# cipro pharmacy

  7. Davidtes表示:

    order lisinopril 20mg buy lisinopril online no prescription zestril cost

  8. RandallTaulp表示:

    buy cipro online: purchase cipro – buy cipro cheap

  9. 1win880piodo表示:

    Топовая Букмекерская контора – 1win

  10. WilliamRhype表示:

    https://lisinopril.network/# prinivil 25mg

  11. 1win881piodo表示:

    Надёжная Букмекерская контора – 1win

  12. Топовая Букмекерская контора, рекомендую 1win

  13. Davidtes表示:

    ciprofloxacin cipro 500mg best prices buy ciprofloxacin over the counter

  14. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen side effects forum

  15. Davidtes表示:

    propecia prices cheap propecia for sale buy propecia without a prescription

  16. Rzcckj表示:

    lanoxin 250 mg us – buy dipyridamole 100mg lasix 100mg cost

  17. RandallTaulp表示:

    tamoxifen skin changes: dcis tamoxifen – does tamoxifen cause menopause

  18. WilliamRhype表示:

    https://lisinopril.network/# medication lisinopril 10 mg

  19. 1win882piodo表示:

    Надёжная Букмекерская контора, всем советую 1win

  20. Топовая Букмекерская контора в мире 1win

  21. Davidtes表示:

    lisinopril can i buy generic lisinopril online buy prinivil

  22. Ronaldpsymn表示:

    http://lisinopril.network/# lisinopril tabs 40mg

  23. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# buy ciprofloxacin over the counter

  24. Davidtes表示:

    order cytotec online cytotec buy online usa buy misoprostol over the counter

  25. Great site ! I recommend everyone to watch it!paris escort

  26. WilliamRhype表示:

    http://nolvadex.life/# does tamoxifen cause bone loss

  27. RandallTaulp表示:

    cost propecia no prescription: order cheap propecia tablets – cost of cheap propecia online

  28. Davidtes表示:

    buy cytotec over the counter buy cytotec online fast delivery buy cytotec online

  29. WilliamRhype表示:

    http://lisinopril.network/# price of zestril

  30. Davidtes表示:

    cipro ciprofloxacin 500 mg tablet price antibiotics cipro

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。