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

10,932 Responses

  1. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем: сервисные центры в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  2. 헬로밤表示:

    I was able to find good information from your articles.

  3. В магазине сейфов предлагают купить сейф в москве в магазине сейфов сейф в наличии

  4. 헬로밤表示:

    Good post. I learn something new and challenging on websites I stumbleupon on a daily basis. It will always be useful to read articles from other writers and use something from their sites.

  5. Gjedpq表示:

    order generic betnovate – differin price benoquin oral

  6. В магазине сейфов предлагают сейф в наличии купить сейф интернете

  7. В магазине сейфов предлагают купить сейф заказать сейф

  8. The Reasons You’re Not Successing At Sports Toto Website 안전놀이터 추천

  9. В магазине сейфов предлагают где купить сейфы в москве сейф в наличии

  10. Leanix表示:

    Genuinely enjoyed this entry. It provided a lot of helpful information. Great effort on writing this.

  11. В магазине сейфов предлагают сейф москва купить сейф в москве цена

  12. The window seat is the proper spot to curl up with an excellent e book, while the 2 library sconces supply the proper reading mild.

  13. Lavonda表示:

    15 Tips Your Boss Would Like You To Know You’d Known About Rooms To Go Sofa
    Sale couches for sale nearby (Lavonda)

  14. Opini pix表示:

    This article is incredibly informative. I truly enjoyed going through it. The content is extremely arranged and easy to follow.

  15. The household received buddies from 5:00 to 8:00 pm Tuesday evening on the Funeral Dwelling.

  16. The lofts are lesser used residence essential, these could be custom designed provided that vital and only when you have a lot of rarely used essentials to put it across it.

  17. The Little-Known Benefits To 3 In 1 Rollator Walker adjustable rollator

  18. Viewers are given a novel insight into the inspirations and motivations that drive these musicians, as they share stories and reminisce about their experiences within the business.

  19. If you want reading this article, then do share this on the social networks to the HR trade leaders and to the helpful ones so that will not miss it!

  20. Hello there! I could have sworn I’ve visited this blog before but after looking at a few of the articles I realized it’s new to me. Nonetheless, I’m certainly delighted I discovered it and I’ll be book-marking it and checking back regularly!

  21. 15 Reasons Why You Shouldn’t Ignore Audi A4 Key Replacement Replacement audi key fob

  22. LeroyAcuff表示:

    Профессиональный сервисный центр ближайший сервис по ремонту телефонов ремонт мобильных телефонов

  23. В магазине сейфов предлагают заказать сейф купить сейф оптом

  24. WilliamAnedy表示:

    Лучшие вавада слоты уже доступны для игры в 2024 году.

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

  26. Oh my goodness! Impressive article dude! Many thanks, However I am experiencing issues with your RSS. I don’t understand why I am unable to join it. Is there anyone else getting the same RSS problems? Anybody who knows the answer will you kindly respond? Thanx!!

發佈留言

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