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

  1. The 9 Things Your Parents Taught You About Windows
    Bedford Double glazed windows bedford

  2. The 10 Scariest Things About Free Spin Slots Free Spin Slots

  3. glazing表示:

    Why Double Glazed Windows Repairs Is So Helpful For COVID-19
    glazing

  4. Cyril表示:

    What’s Holding Back The Best Slot Payouts Industry?
    slot features [Cyril]

  5. 14 Cartoons About Upvc Window Repair Near Me To Brighten Your Day upvc Window repairs Near me

  6. Therefore, exactly what going bald hairstyle options can be purchased?

  7. Florence表示:

    Where Will Double Glazing In Leeds Be 1 Year From What Is
    Happening Now? french door repairs leeds (Florence)

  8. How Do You Explain Best CSGO Opening Site To
    A Five-Year-Old Counter-strike cases

  9. Ten Things You Learned At Preschool That’ll Help You With Workers Compensation Litigation workers’ compensation law firm

  10. I would like to show thanks to you just for rescuing me from this particular matter. Just after checking throughout the the web and getting notions that were not powerful, I figured my life was done. Living without the approaches to the problems you have sorted out as a result of your guideline is a critical case, as well as ones that would have badly affected my career if I hadn’t noticed your web blog. Your main natural talent and kindness in controlling all the details was invaluable. I don’t know what I would have done if I hadn’t come upon such a solution like this. It’s possible to now relish my future. Thanks very much for this specialized and amazing help. I will not think twice to recommend your site to any person who would need assistance about this topic.

  11. See What Where To Buy Electronics Online Tricks The Celebs Are Using where to buy electronics Online

  12. Double Glazing Companies Near Me Tools To Help You Manage
    Your Daily Lifethe One Double Glazing Companies Near Me Trick Every Person Should Know double glazing companies near Me

  13. There are some fascinating points soon enough here but I don’t know if I see they all center to heart. There exists some validity but I most certainly will take hold opinion until I consider it further. Great write-up , thanks so we want more! Added onto FeedBurner too

  14. 5 Killer Quora Answers On Best CSGO Opening Site counter-strike cases

  15. 5 Laws Everyone Working In Semi Truck Legal Should Be Aware Of semi Truck accident lawsuits (http://pgc.mtas.ru)

  16. The 10 Most Terrifying Things About List
    Of Online Shopping Sites In Uk list of online shopping
    sites in uk – labo.wodkcity.com,

  17. Could Dangerous Drugs Lawsuit Be The Key For 2023’s Challenges?
    dangerous drugs Lawyer

  18. This Week’s Most Remarkable Stories About Replace Upvc Window Handle
    Replace Upvc Window Handle repairs to upvc windows

  19. 10 Misconceptions Your Boss Shares About Railroad Injuries Law railroad injuries law firm

  20. 20 Best Tweets Of All Time About Mazda 2 Key mazda 6 keys locked In car

  21. Wilhemina表示:

    10 Great Books On Cases Opening CSGO csgo cases (Wilhemina)

  22. firms表示:

    15 Things You Don’t Know About Fela Lawsuit Settlements firms

  23. 15 Gifts For The CS Battle Case Lover In Your Life cs2 Case opening

  24. Why You’ll Definitely Want To Find Out More About Railroad Injuries
    Settlement Railroad Injuries Lawyer

  25. You should participate in a contest for among the best blogs on the web. I will suggest this website!

  26. You’ll Be Unable To Guess Shopping Online Uk’s Tricks shopping online uk

  27. Barb表示:

    Do Not Buy Into These “Trends” About American-Style Fridge Freezers Barb

  28. Bernadine表示:

    Five Things Everybody Does Wrong About Slot Innovations slot games (Bernadine)

  29. Who’s The World’s Top Expert On Trusted Online Shopping Sites
    For Clothes? sink Fastening system

發佈留言

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