利用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,487 Responses

  1. www表示:

    Greetings! Very helpful advice within this article! It is the little changes that produce the greatest changes.

    Many thanks for sharing!

  2. www表示:

    Nice post. I learn something totally new and challenging on sites I stumbleupon every day.
    It will always be exciting to read articles from other authors and practice
    a little something from other sites.

  3. www表示:

    Hi there would you mind stating which blog platform you’re working with?
    I’m looking to start my own blog in the near future but I’m having a difficult time selecting between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your design seems different then most blogs and I’m looking for something
    completely unique. P.S Apologies for being off-topic but I
    had to ask!

  4. www表示:

    I am extremely impressed with your writing talents as smartly as with the format to your blog.
    Is this a paid topic or did you customize it your self?
    Anyway keep up the nice high quality writing, it’s rare
    to peer a great blog like this one nowadays..

  5. www表示:

    When some one searches for his vital thing, thus he/she desires to be
    available that in detail, thus that thing is maintained over here.

  6. www表示:

    Thanks very interesting blog!

  7. www表示:

    We are a group of volunteers and starting a new scheme in our community.
    Your site provided us with valuable information to work on. You have
    done a formidable job and our entire community will be thankful to
    you.

  8. www表示:

    I visit everyday some web sites and blogs to read articles,
    but this web site provides quality based
    articles.

  9. www表示:

    This page really has all of the information and facts I needed
    concerning this subject and didn’t know who to ask.

  10. www表示:

    Why visitors still make use of to read news papers when in this technological
    globe all is presented on net?

  11. www表示:

    My brother recommended I might like this web site. He was totally
    right. This post truly made my day. You can not imagine just how much time I had spent for
    this information! Thanks!

  12. www表示:

    Hello There. I found your blog using msn. This is a very well written article.
    I will make sure to bookmark it and return to read more of your useful information. Thanks for the post.
    I’ll certainly comeback.

  13. www表示:

    Your way of explaining all in this article is in fact
    pleasant, every one can without difficulty be aware of it, Thanks a lot.

  14. www表示:

    Hello just wanted to give you a quick heads up. The text in your post
    seem to be running off the screen in Opera.
    I’m not sure if this is a format issue or something to do with browser compatibility but I figured I’d post to let you know.

    The design and style look great though! Hope you get the problem fixed soon.
    Many thanks

  15. www表示:

    Thanks for the auspicious writeup. It in truth was a amusement account it.
    Look complicated to far added agreeable from you!

    By the way, how can we keep up a correspondence?

  16. www表示:

    Usually I don’t read post on blogs, but I would like to say that this write-up very compelled me to take a look at and do so!

    Your writing style has been surprised me. Thanks, quite great article.

  17. www表示:

    Hey there are using WordPress for your blog platform? I’m new to the blog world but I’m trying to get
    started and set up my own. Do you require any coding knowledge to make your own blog?
    Any help would be greatly appreciated!

  18. www表示:

    Attractive section of content. I just stumbled upon your web site and in accession capital to assert
    that I get actually enjoyed account your blog posts.
    Any way I’ll be subscribing to your augment
    and even I achievement you access consistently fast.

  19. www表示:

    Today, I went to the beach with my kids. I found a sea shell and
    gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell
    to her ear and screamed. There was a hermit crab inside and it
    pinched her ear. She never wants to go back! LoL I know this is
    completely off topic but I had to tell someone!

  20. www表示:

    Thanks to my father who shared with me regarding this blog, this webpage is truly remarkable.

  21. www表示:

    Good post. I learn something totally new and challenging on websites I stumbleupon on a daily basis.
    It will always be useful to read through content from other authors and use a little something from their websites.

  22. www表示:

    I am really impressed along with your writing talents and also with the format in your weblog.
    Is this a paid theme or did you modify it your self?
    Anyway keep up the nice high quality writing,
    it is uncommon to look a nice blog like this one these days..

  23. www表示:

    Appreciation to my father who told me on the topic of this website, this website is
    actually remarkable.

  24. www表示:

    You ought to take part in a contest for one of the finest sites online.
    I’m going to recommend this website!

  25. www表示:

    Pretty section of content. I just stumbled upon your blog and in accession capital to
    assert that I get in fact enjoyed account your blog posts. Anyway I’ll be subscribing to your augment and even I achievement you access consistently
    fast.

  26. www表示:

    My coder is trying to convince me to move to .net from PHP.
    I have always disliked the idea because of the expenses.
    But he’s tryiong none the less. I’ve been using Movable-type on numerous
    websites for about a year and am concerned about switching to another platform.
    I have heard fantastic things about blogengine.net. Is there a way I can transfer
    all my wordpress content into it? Any kind of help would be really appreciated!

  27. www表示:

    What’s up to every body, it’s my first visit of this weblog; this webpage contains amazing and in fact fine material in favor of visitors.

  28. www表示:

    Hi, Neat post. There’s an issue along with your website
    in web explorer, could check this? IE nonetheless is the marketplace leader and a good component of other folks will omit your excellent writing because of this problem.

  29. www表示:

    What i do not understood is in reality how you’re not really a lot more neatly-liked than you
    might be right now. You are so intelligent. You already know thus considerably
    with regards to this topic, made me in my opinion imagine it from a lot of various angles.

    Its like women and men aren’t interested except it’s something
    to do with Woman gaga! Your individual stuffs nice.
    All the time handle it up!

  30. www表示:

    Hello friends, its impressive article regarding educationand fully defined, keep
    it up all the time.

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

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