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

12,054 Responses

  1. Michale表示:

    15 Best Accident Lawyer Near Me Bloggers You Must Follow best accident lawyer near me (Michale)

  2. Deneme bonusu sayesinde hiç yatırım yapmadan kazandım, herkese tavsiye ederim!

  3. porn表示:

    You made some decent points there. I checked on the net for more information about the issue and found most people will go along with your views on this website.

  4. BrandenSlomy表示:

    dapoxetine online: Priligy tablets – cheap priligy

  5. Who Is Portable Wheelchair Electric And Why You Should Care portable power chair

  6. Gerald表示:

    Ten Renault Card Key Replacement-Related Stumbling Blocks You Should
    Not Share On Twitter renault key programmer (Gerald)

  7. StevenNub表示:

    Priligy tablets: priligy maxpharm – max pharm

  8. Truly enjoyed this post. It provided a lot of useful insights. Fantastic effort on composing this.

  9. This post is amazing! Filled with helpful insights and very articulate. Thanks for providing this.

  10. Dereketerm表示:

    where to buy amoxicillin: Amoxicillin for sale – buy amoxicillin 500mg capsules uk

  11. The History Of Single Bunk Bed With Mattress White Single Bunks

  12. Explore Mostbet Bangladesh for great gaming experiences | Mostbet offers great odds for sports betting | Mostbet casino provides endless entertainment options | Bet on cricket, football, and more on Mostbet | Mostbet’s Aviator game is a favorite among players | Unlock exclusive rewards with Mostbet in Bangladesh | Experience innovative features on Mostbet app Mostbet online gaming.

  13. Sign up for Mostbet and enjoy free bonuses | Mostbet app provides all-in-one solutions for gaming | Explore secure and convenient gaming on Mostbet | Explore Mostbet’s diverse casino game selection | Get started with Mostbet for exciting betting options | Mostbet is the best platform for online betting | Sign up now to claim your welcome bonus on Mostbet https://mostbetbangladeshbd.com.

  14. Mostbet ensures secure transactions and fast payouts | Discover the best odds with Mostbet online | Mostbet app offers secure and smooth navigation | Mostbet makes online betting simple and enjoyable | Mostbet app ensures uninterrupted gaming sessions | Mostbet registration takes less than a minute Mostbet live casino.

  15. Play the Aviator game on Mostbet and win big | Win amazing prizes with Mostbet bonuses | Play your favorite games on Mostbet Bangladesh | Enjoy competitive odds with Mostbet sports betting | Play responsibly with Mostbet Bangladesh | Play the latest casino games on Mostbet Bangladesh mostbetbdbangladesh.com.

  16. BrandenSlomy表示:

    get generic clomid tablets: can i get generic clomid price – how can i get clomid online

  17. Тут можно преобрести сейф для охотничьего ружья цена сейф для оружия в москве

  18. Тут можно преобрести купить сейф для охотничьего ружья в москве оружейные сейфы

  19. StevenNub表示:

    amoxicillin 775 mg: Amoxicillin Com Pharm – amoxicillin without a prescription

發佈留言

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