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

15,389 Responses

  1. BradleyEdino表示:

    az parayla cok kazandiran slot oyunlar? en cok kazand?ran slot oyunlar? slot casino siteleri

  2. JasonUnsoG表示:

    https://sweetbonanza25.com/# sweet bonanza slot

  3. Wallacefex表示:

    deneme bonusu veren casino siteleri: Canl? Casino Siteleri – en guvenilir casino siteleri

  4. вывод из запоя дешево ростов-на-дону вывод из запоя дешево ростов-на-дону .

  5. JacobLoody表示:

    http://www.sklad-ymov.ru — Надежный ресурс для поиска идеальных решений для вашей кухни.

  6. Thanh表示:

    5 Killer Quora Answers To Emergency Locksmith Prices Emergency locksmith prices (Thanh)

  7. JacobLoody表示:

    pravoslavieug.ru/ — Откройте для себя современные решения для вашей кухни.

  8. вывод. из. запоя. ростов. vyvod-iz-zapoya-rostov228.ru .

  9. FrankEmine表示:

    casino bahis siteleri: casino bahis siteleri – Casino Siteleri

  10. Pauline表示:

    The 10 Most Terrifying Things About Retro Style Fridge Freezer retro style fridge freezer
    (Pauline)

  11. sex porn表示:

    You need to take part in a contest for one of the finest websites on the internet. I most certainly will recommend this web site!

  12. mitolyn表示:

    This is amazing! Packed with valuable insights and highly well-written. Thanks for offering this.

  13. Elliott Dering表示:

    Ano ang Nagpapasikat sa Mga Laro ng https://defineslot.com – define slot? Alamin Dito

  14. нарколог на дом вывод из запоя на дому нарколог на дом вывод из запоя на дому .

  15. Sang Hemp表示:

    Makakuha ng $100 Bonus Kapag Nagparehistro sa https://bmw55slot.com – bmw55 slot Ngayon!

  16. 10 Signs To Watch For To Look For A New Sleigh Cot With Drawer Sleigh Cot Bed With Drawer

  17. Marin Obleness表示:

    Paano Magparehistro sa https://justbet-casino.com – justbet? Sundan ang Madaling Hakbang

  18. A Journey Back In Time: How People Talked About Car Accident Attorney Near Me 20 Years Ago car injury attorneys near Me

  19. JacobLoody表示:

    http://www.jfair.ru — высокое качество и современный дизайн.

  20. If you’re looking for an elevated culinary experience, Ystrad boasts quite a lot of tremendous dining institutions that will depart an enduring impression.

  21. This process gets even longer if there are multiple mortgages and liens involved.

  22. In a 2007, interview with the Star-Ledger, Bonds stated that he doesn’t know whether Barry used steroids and he mentioned that Barry would never have admitted utilizing them to him anyway.

發佈留言

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