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

6,950 Responses

  1. Rochelle表示:

    20 Trailblazers Setting The Standard In Veterans
    Disability Attorney veterans disability lawsuits (Rochelle)

  2. Savings With Your Bank – 5 Strategies To Cut Costs 전세
    대출 [https://www.metallatlas.de]

  3. The Impact Of Bing Optimization On The New Home Industry 검색엔진최적화 방법

  4. staroetv.su表示:

    How To Drive A Car Traffic For A Website With Seo 백링크
    프로그램 – staroetv.su,

  5. Who Is Responsible For An Upvc Window Repairs Budget? 12 Top Ways To Spend
    Your Money upvc Window repairs near me

  6. 10 Tips For Quickly Getting Medical Malpractice Lawyers Medical malpractice law firm

  7. It’s The Perfect Time To Broaden Your Double Glazing Windows Leeds Options Glass
    Replacement Leeds (Bitetheass.Com)

  8. 36035372表示:

    20 Trailblazers Leading The Way In Side By Side Fridge Freezer Under
    Counter Uk 36035372

  9. Why Everyone Is Talking About Medical Malpractice Lawyers Today medical malpractice law Firm

  10. firm表示:

    The Most Underrated Companies To Follow In The Veterans Disability Compensation Industry firm

  11. Guide To Bmw Key 1 Series: The Intermediate Guide Towards Bmw Key 1 Series bmw Key 1 series

  12. Normand表示:

    Malpractice Attorneys Is The Next Hot Thing
    In Malpractice Attorneys malpractice law firm (Normand)

  13. V3k7p4fQz表示:

    tor洋葱浏览器https://cn-torproject.com HOxCt0IXk

  14. What Is Medical Malpractice Lawsuit And Why Is Everyone Dissing It?
    Medical malpractice law firms

  15. Elvis表示:

    10 Websites To Help You Be A Pro In Veterans Disability Law veterans disability lawyers [Elvis]

  16. The 10 Scariest Things About Malpractice Attorneys Malpractice Attorneys

  17. 7 Helpful Tricks To Making The Most Of Your Replacement Upvc Door Handles Upvc front Doors

  18. Is Technology Making Veterans Disability Attorneys Better Or Worse?

    veterans Disability law firms

  19. How To Construct Backlinks To Obtain Ranked On-Line 백링크 사이트

  20. This Is A Upvc Windows Repair Success Story You’ll Never Believe http://www.257634.xyz

  21. local表示:

    Be On The Lookout For: How Double Glazed Window
    Repair Near Me Is Taking Over And What To Do local

  22. law表示:

    10 Quick Tips For Malpractice Settlement law

  23. Are You Tired Of New Upvc Door? 10 Inspirational Ideas To Revive
    Your Love For New Upvc Door Upvc door near me

  24. 10 Facebook Pages That Are The Best Of All Time About Replacement Handles For Upvc Windows windows replacements near me

  25. Transform your home with our Motorized curtains Dubai, designed to seamlessly fit your windows and add a touch of luxury to your decor. Enjoy effortless control and superior privacy with our high-quality, automated curtain solutions.

  26. The 10 Most Scariest Things About Blown Double Glazing Repairs Near Me Double
    Glazing Repairs Near Me [Willysforsale.Com]

  27. Don’t Buy Into These “Trends” About Veterans Disability Legal veterans disability law firms

  28. The 3 Largest Disasters In Malpractice Litigation The Malpractice
    Litigation’s 3 Biggest Disasters In History Cheviot Malpractice Lawyer

  29. The Top Companies Not To Be Monitor In The Upvc Sash Windows Industry Replacement Upvc window handles

  30. Vimeo.Com表示:

    Why We Love Veterans Disability Attorney (And You Should, Too!) Vimeo.Com

發佈留言

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