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

17,558 Responses

  1. Really liked reading this article. It’s highly clear and full of valuable information. Thanks for providing this.

  2. Jacobbep表示:

    pharmacie en ligne fiable https://kamagrameilleurprix.shop/# Achat mГ©dicament en ligne fiable

  3. NorbertKep表示:

    Viagra homme prix en pharmacie sans ordonnance: Viagra pharmacie – Viagra pas cher livraison rapide france

  4. Richardprurf表示:

    https://pharmaciemeilleurprix.com/# pharmacies en ligne certifiГ©es
    Pharmacie Internationale en ligne

  5. Richardprurf表示:

    http://pharmaciemeilleurprix.com/# pharmacies en ligne certifiГ©es
    pharmacie en ligne

  6. WilsonVah表示:

    pharmacie en ligne sans ordonnance: Pharmacies en ligne certifiees – pharmacie en ligne sans ordonnance

  7. Nicaragua Parfum en-gros | Different scents for different occasions—mastering this art can elevate your fragrance game.

  8. Seychelles Wholesale Perfume | A long-lasting and captivating fragrance boosts confidence like nothing else.

  9. WilsonVah表示:

    pharmacie en ligne avec ordonnance: Tadalafil sans ordonnance en ligne – pharmacie en ligne france pas cher

  10. Masterowj表示:

    Психологическая и информационная онлайн-помощь. Психолог онлайн анонимно. Психолог в телеграм.

  11. Wifefie表示:

    Онлайн-консультация психолога. Психологическая и информационная онлайн-помощь. Круглосуточная запись на онлайн-консультацию психолога.

  12. Nivea | Koku seçiminde özgün olmak önemli. Herkesin kullandığı parfüm yerine, size özel bir koku bulun!

  13. Kids表示:

    Arabia Saudita Profumi all’ingrosso | Classic scents never go out of style. A well-crafted fragrance remains timeless.

  14. Turchia Profumi all’ingrosso | Citrus notes boost energy and create a positive mood instantly.

  15. JacobLoody表示:

    https://www.ilove-dom2.ru/ – Кухни на заказ в Екатеринбурге.

  16. JacobLoody表示:

    http://fortekb.ru – Официальный сайт производителя кухонь.

  17. Pokedle表示:

    Pokedle I enjoy looking through an article that can make people think. Also, thanks for allowing for me to comment.

  18. WilsonVah表示:

    pharmacie en ligne fiable: pharmacie en ligne sans ordonnance – Pharmacie sans ordonnance

  19. NorbertKep表示:

    trouver un mГ©dicament en pharmacie: kamagra oral jelly – Pharmacie sans ordonnance

  20. I’m Advertising Manager at Labbaik Hajj Umrah , with accountability for the advertising and marketing program, model management, and corporate sponsorship.

  21. JacobLoody表示:

    http://www.bodyrslm.ru – Закажите кухню на официальном сайте производителя.

  22. makar web | User experience is at the core of MAKAR Web’s development approach, ensuring seamless navigation.

  23. Pcuunh表示:

    augmentin sale – buy augmentin generic duloxetine oral

  24. Jacobbep表示:

    trouver un mГ©dicament en pharmacie https://pharmaciemeilleurprix.shop/# Pharmacie sans ordonnance

  25. NorbertKep表示:

    Viagra pas cher livraison rapide france: Viagra pharmacie – Viagra vente libre pays

  26. Richardprurf表示:

    https://pharmaciemeilleurprix.shop/# pharmacie en ligne livraison europe
    pharmacie en ligne sans ordonnance

發佈留言

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