利用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...

34,343 Responses

  1. Отличный сайт, всем рекомендую заглянуть сюдазайм онлайн

  2. I reccomend this product Killa snusto all.

  3. Отличный сайт, всем рекомендую заглянуть сюдазаймы онлайн

  4. Don’t trust this fraudulent site. They’ll trick you.

  5. sitemap表示:

    Whyy users still make usse of to reqd news ppers hen iin thiis technological glokbe
    thhe wwhole thing iss presented on web?

  6. scamsiteLiZgt表示:

    Don’t trust it scam site. You’ll be cheated here.

  7. sitemap表示:

    This dwsign is incredible! Yoou most certainly know how to kerp
    a reader entertained. Beyween yopur wit and your videos, I waas alomost mooved too
    start mmy owwn blog (well, almost…HaHa!) Great job.
    I reeally enjoyed what you haad too say, and more than that, hoow youu presennted
    it. Too cool!

  8. Отличный сайт, всем рекомендую заглянуть сюдаБот подписка в телеграм

  9. sitemap表示:

    Outstandinng story there. What happened after? Taake care!

  10. Отличный сайт, всем рекомпендую заглянуть сюдаМагазин в телеграм

  11. Отличный сайт, всем рекомпендую заглянуть сюдаСоздать бота в телеграм

  12. I recoomend this Nemesis Market original site.

  13. New launch by Aldar. Branded apartments from Nikki Beach Aldar riginal site.

  14. Nestled in the heart of Uptown Dubai Mercer House riginal site.

  15. I hightly recommend this Abacus Market site.

  16. I recommend to all this best forexroboteasy.com

  17. I recommend to all this best Fxroboteasy

  18. I hightly recommend this security company site.

  19. I recommend to all this best Forex Robot Reviews

  20. I recommend this one of the best rent a lamborghini Miami site.

  21. I recommend only this very best luxury car rental Miami site.

  22. Рекомендую этот сайт!Демонтаж стен Алматы Демонтажные работы в Алматы и вывоз мусора от компании Ваш-демонтаж.

  23. sitemap.xml表示:

    I hafe tto thank youu ffor the efforts yyou haqve puut in pennng thhis blog.
    I’m hhoping to check out the same high-grade content bby you later oon ass well.
    In truth, your cdeative writing abilities haas encouuraged mme to gett my very
    owwn blog noww 😉

  24. sitemap表示:

    I really like wjat yyou guys are upp too. This type of clever work annd coverage!

    Keeep upp thee fantawstic works guys I’ve included yoou gys too myy blogroll.

  25. RigkfdMeowbiz表示:

    Рекомендую этот сайт!Демонтажные работы Алматы Демонтажные работы в Алматы и вывоз мусора от компании Ваш-демонтаж.

  26. sitemap表示:

    Hi there! Would you mihd iff I share your blog with mmy twiktter group?

    There’s a lot of people tat I thibk would reeally apprecioate your
    content. Please lett me know. Thanks

  27. sitemap.xml表示:

    Every weekend i use to payy a vidit thhis webb site,
    becase i wish ffor enjoyment, forr tthe reaso that this this web page conationns
    trupy fastidious funny stuff too.

  28. WyodjxMeowbiz表示:

    Рекомендую этот сайт!Снос дома Алматы Демонтажные работы в Алматы и вывоз мусора от компании Ваш-демонтаж.

  29. MiliiaLulubiz表示:

    Recommend viewing this sitesheepskin coats

發佈回覆給「sitemap」的留言 取消回覆

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