利用Tweener製作動畫 – 廣告看板

依然是Tweener範例清倉,本篇範例大致是搭配Tweener讓目標物移動到指定座標的效果,話不多說看範例吧!

Tweener 橫幅廣告 範例:主要為利用Tweener針對廣告看板進行移動,以下為本範例的程式碼:

import caurina.transitions.Tweener;
var i:int;//迴圈用變數
var pic:int = 1;//播放張數紀錄變數
var clock;//計時器變數

//按鈕變色與監聽
btnChange();
function btnChange()
{
	for (i=1; i<=4; i++)
	{
		this["b" + i].gotoAndStop(1);
		this["b" + pic].gotoAndStop(2);
	}
}
for (i=1; i<=4; i++)
{
	this["b" + i].addEventListener(MouseEvent.CLICK,clickFn);
}
function clickFn(e:MouseEvent)
{
	clearInterval(clock);
	clock = setInterval(autoChange,5000);
	pic = e.currentTarget.name.substr(1,1);
	bannerChange();
	btnChange();
}

//計時器設定(每5秒更換)
clock = setInterval(autoChange,5000);
function autoChange()
{
	pic++;
	if (pic>4)
	{
		pic = 1;
	}
	bannerChange();
	btnChange();
}
//圖片切換函數
function bannerChange()
{
	Tweener.addTween(banner, {x:(pic-1)*-560, time:1, transition:"easeOutQuint"});
}

橫幅廣告 範例 原始檔 下載


Tweener 移動看板 範例:與上面範例大致相同,不過本範例增加了縱向的移動。

import caurina.transitions.Tweener
var i
var j
var targetX
var targetY

for(i=1;i<=3;i++){
	for(j=1;j<=3;j++){
		this["b"+i+j].addEventListener(MouseEvent.CLICK,moveFn)
	}
}
function moveFn(e:MouseEvent){
	targetX=(e.currentTarget.name.substr(2,1)-1)*-450
	targetY=(e.currentTarget.name.substr(1,1)-1)*-450
	Tweener.addTween(nb, {x:targetX, y:targetY, time:2, transition:"easeOutQuint"});
}

移動看板 範例 原始檔 下載

You may also like...

22,722 Responses

  1. I’d like to be able to write like this, but taking the time and developing articles is hard…. Takes a lot of effort.

  2. Lesliepisn表示:

    best online casinos for real money
    casino welcome bonus
    best casino welcome bonus

  3. uk viagra表示:

    rosacea doxycycline doxycycline 60 mg doxycycline dosage for acne how long doxycycline dosage for acne how many days

  4. Bobbiepisn表示:

    real casino games
    real money casino
    win money online

  5. Awesome post. It’s so good to see someone taking the time to share this information

  6. Hello there, just became aware of your blog through Google, and found that it is truly informative. I am going to watch out for brussels. I will appreciate if you continue this in future. Lots of people will be benefited from your writing. Cheers!

  7. Pearlpisn表示:

    free casino bonus
    top casino site
    online casinos us

  8. Dubai tours表示:

    I just added your web site to my blogroll, I hope you would look at doing the same.

  9. chinese herbal viagra cialis shop usa cialis 5 mg chemist warehouse what is the drug cialis used for

  10. Frannipisn表示:

    win real money casino
    online casino best bonus
    best welcome bonus online casino

  11. Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader

  12. valtrex online prescription valtrex without prescription valtrex dose for genital herpes how much valacyclovir should i take for shingles

  13. Laureenpisn表示:

    online casino welcome bonus
    best casino sites
    american online casinos

  14. Took me time to read the material, but I truly loved the article. It turned out to be very useful to me.

  15. Linkbuilding表示:

    Nevertheless, it’s all carried out with tongues rooted solidly in cheeks, and everybody has got nothing but absolutely love for their friendly neighborhood scapegoat. In reality, he is not merely a pushover. He is simply that extraordinary breed of person solid enough to take all that good natured ribbing for what it really is.

  16. Dixiepisn表示:

    casino sign up bonus
    super slots casino
    casino signup bonus

  17. The information shared is of top quality which has to get appreciated at all levels. Well done…

  18. Verenapisn表示:

    online casino free signup bonus no deposit required
    deposit bonus casino
    american online casinos

  19. Hestiapisn表示:

    dissertation writing tutors
    essay writing services 2019
    dissertation abstracts international

  20. Thank you, I have just been searching for information about this topic for ages and yours is the greatest I’ve discovered till now. But, what about the conclusion? Are you sure about the source?

  21. levothyroxine dosage calculator synthroid price uk accidentally took synthroid at night how long after taking levothyroxine can i take other medications

  22. I don’t normally comment on blogs.. But nice post! I just bookmarked your site

  23. Shaylapisn表示:

    free sign up bonus no deposit casino
    live online casino usa
    online casinos free money

  24. Just what I needed to know thank you for this.

  25. Audrepisn表示:

    dissertation
    books thesis dissertation help
    help dissertation thesis advice

  26. Abagaelpisn表示:

    online casinos for real money
    no deposit casino
    real casino online

  27. Great info! Keep post great articles.

  28. Herminapisn表示:

    dissertation thesis
    ucl dissertation help
    dissertation proposal template

  29. does viagra works sildenafil citrate tablets what was viagra originally made for how to get an online prescription for viagra

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

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