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

14,829 Responses

  1. The Three Greatest Moments In Window Hinge Repair History awning window hinges

  2. JacobLoody表示:

    http://nedra2021.ru — идеальное сочетание цены и качества.

  3. BrettTIT表示:

    cialis for sale: Generic Cialis without a doctor prescription – Cialis 20mg price

  4. IT Telkom表示:

    Thanks for information
    IT Telkom

  5. Barrybib表示:

    ed pills: fast pills easy – cheapest ed pills

  6. JacobLoody表示:

    http://pravoslavieug.ru/ — Простота заказа кухни через удобный интерфейс сайта pravoslavieug.

  7. JacobLoody表示:

    https://rlkk.ru — Все для вашего удобства: каталог, консультации и профессиональный сервис.

  8. javsutra.com表示:

    Wow, awesome weblog format! How lengthy hwve you eve been bloggin for?
    you ake running a blogg glance easy. Thhe etire lok of your web site iss wonderful, leet alone thee content!

  9. The cunning advocate, blowing out his candle, noticed by means of the cracks in the boards brought on by the shrinking of the door a light, which vaguely defined the thriller to him, for he recognised the voice of his spouse, and that of the combatant.

  10. Donnelly, Joe (2017-03-23). “Greatest Crusader Kings 2 mods”.

  11. Donaldabula表示:

    where to get ed pills cheap cialis where to buy ed pills

  12. 樂しい表示:

    Her companion sits beside her in a gentle inexperienced dress, with pure white cuffs.

  13. 4. This need not always occur by the violent means described by Marx.

  14. This will include the usage of biomarkers or genetic data to guide remedy choices.

  15. If a hydrogen automotive isn’t driven regularly, the evaporation losses will considerably increase the general expense of the gasoline.

  16. Prior to now, for example, it was used to conduct trafficking in archaeological treasures, together with Phoenician, Etruscan and Roman objects, in keeping with a 2016 presentation by facility executives.

  17. Despite the explosion of the defence’s ammunition dump, the French continued to battle utilizing ammunition introduced in by British armoured automobiles during the evening.

  18. Cycwsx表示:

    purchase isotretinoin pill – isotretinoin canada buy zyvox 600 mg online

  19. JacobLoody表示:

    candykitchen.ru — Узнайте больше о создании стильных кухонь с Candy Kitchen.

  20. Charlesbot表示:

    https://fastpillsformen.com/# Order Viagra 50 mg online

  21. JacobLoody表示:

    https://www.catspot.ru — Посетите наш сайт и ознакомьтесь с каталогом готовых и индивидуальных решений для кухни.

  22. BrettTIT表示:

    buying erectile dysfunction pills online: cheap cialis – ed doctor online

  23. JacobLoody表示:

    http://arch-mag.ru/ — Простота заказа кухни через удобный интерфейс сайта arch-mag.

  24. JacobLoody表示:

    http://babaiki.ru — Выбор, которому доверяют наши клиенты. Оформляйте заказ прямо сейчас!

發佈留言

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