利用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,846 Responses

  1. JacobLoody表示:

    кухни екатеринбург — Ищете качественные кухни в Екатеринбурге? Candy Kitchen предлагает широкий выбор решений для вашего интерьера.

  2. BrettTIT表示:

    cialis for sale: Cialis without a doctor prescription – Tadalafil Tablet

  3. наркологическая скорая в москве vishivayu.ukrbb.net/viewtopic.php?f=12&t=13503 .

  4. частная скорая наркологическая помощь http://www.vishivayu.ukrbb.net/viewtopic.php?f=12&t=13503/ .

  5. link.space/@nexiabetpro

  6. Guide To Mesothelioma And Asbestos Lawyers: The Intermediate Guide The Steps To Mesothelioma And Asbestos Lawyers asbestos lawyers

  7. 10 Facts About How To Check The Authenticity Of Pragmatic That Insists On Putting You In A Good Mood 프라그마틱 환수율

  8. By the year 2000, light, fruity and economically priced white wines were the clear winner with a 70 percent market share.

  9. Crew of Decorators- Make sure you ask your marriage ceremony decorator about there workforce members.

  10. Also, applicants seeking enrollment in a medical program abroad, or those who have resided abroad for five or more consecutive years in the six-year period before the application date, are ineligible.

  11. Larhonda表示:

    Don’t Forget Address Collection: 10 Reasons Why You Don’t Have It
    링크모음 (Larhonda)

  12. Optionally available: To make a snout, reduce off a 2-inch piece from a paper towel roll.

  13. 据え 意味表示:

    Ford Australia execs and the dealer physique were stuffed with confidence in their new baby especially since they had been able to cost it at simply £30 ($67) greater than Holden and it boasted greater than 90 percent local content material.

  14. Some, such as former International Monetary Fund chief economist Simon Johnson, have argued that the increased power and influence of the financial services sector had fundamentally transformed American politics, endangering representative democracy itself through undue influence on the political system and regulatory capture by the financial oligarchy.

  15. Berry School Elementary and Center School offers the sources and experience of a liberal-arts college college.

  16. Donaldabula表示:

    best ed pills online cheap cialis low cost ed medication

  17. JacobLoody表示:

    кухни на заказ от производителя — качественные кухни по индивидуальному проекту без посредников.

  18. JacobLoody表示:

    заказать кухню — Создайте кухню своей мечты — закажите индивидуальный проект.

  19. KODtmj表示:

    I have not seen such a deep analysis of the current situation in simple words for a long time https://000-google-09.s3.eu-north-1.amazonaws.com/id-10.html
    Like 760

  20. RogerFaf表示:

    https://fastpillseasy.com/# ed medications cost

  21. 9 Signs You’re A Freezer Expert cheap fridges uk (http://www.longisland.com)

  22. 20 Things You Should To Ask About Fridge Freezer Integrated Before You Buy Fridge Freezer Integrated buy fridge freezer

  23. Everett表示:

    Nine Things That Your Parent Teach You About Asbestos Mesothelioma Lawsuit mesothelioma lawsuit [Everett]

  24. Charlesbot表示:

    http://fastpillsformen.com/# sildenafil online

發佈留言

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