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

  1. Hershel表示:

    9 Things Your Parents Taught You About Single Sit
    And Stand Stroller single sit and stand stroller (Hershel)

  2. glazed表示:

    10 Things We Hate About Upvc Repairs Near Me glazed

  3. Watch Out: How Birth Injury Compensation Is
    Taking Over And What We Can Do About It birth injury lawsuit (http://www.metasoa.com)

  4. See What Commercial Truck Accident Lawyer Tricks The Celebs Are Utilizing Truck accident

  5. The 10 Most Scariest Things About Slot Promotions slot promotions

  6. Why We Our Love For Best Backlinks Software (And You
    Should Too!) backlinks building software

  7. Www.glasur.ch表示:

    The 10 Most Scariest Things About Slot Promotions slot Promotions (http://Www.glasur.ch)

  8. Jisuzm.Com表示:

    The 10 Most Scariest Things About Mobile Slots Mobile Slots (Jisuzm.Com)

  9. web表示:

    I truly love your site.. Very nice colors & theme. Did you make
    this amazing site yourself? Please reply back as I’m looking to create my very own site and would like to learn where you got this from or what the theme is
    called. Thank you!

    Feel free to surf to my site – web

  10. 20 Resources To Help You Become More Efficient With Birth Defect Litigation Birth Defect Attorneys

  11. Guide To Online Shopping Uk Cheap: The Intermediate Guide For Online Shopping Uk Cheap online shopping uk cheap

  12. 10 Beautiful Graphics About Best 18 Wheeler Accident Attorneys 18 wheeler accident lawsuits
    (http://users.atw.hu/)

  13. replacement表示:

    Find Out What Double Glazed Windows Repairs Tricks Celebs Are Using replacement

  14. See What What Is The Best Automatic Folding Mobility Scooter Tricks The Celebs Are Using What Is The Best Automatic Folding
    Mobility Scooter; http://Www.Sogivorsjudo.Com,

  15. The Three Greatest Moments In Birth Injury Attorney History birth injury Lawsuit

  16. What’s The Job Market For Sofa Sleeper Sectional Couch Professionals Like?
    sofa sleeper sectional couch

  17. replacement表示:

    How To Save Money On Repairing Window replacement

  18. 20 Things You Need To Be Educated About Best Folding Mobility Scooter Uk best mobility Scooter uk 2020

  19. The Top Single Mattress Is Gurus. Three Things mattress for Sale single bed

  20. Asbestos is a naturally occurring mineral which was once extensively
    used in the construction and manufacturing industries.
    asbestos lawsuit (https://hardy-cho-3.mdwrite.net/what-to-Do-to-determine-if-youre-prepared-for-asbestos-settlement/) exposure was frequently associated with serious and even life-threatening diseases.

  21. Are You Responsible For An Counterstrike Ps5 Budget? 10
    Amazing Ways To Spend Your Money cs2 case Opening

  22. GSA SER’s History Of GSA SER In 10 Milestones gsa ser reviews

  23. 14 Smart Ways To Spend The Leftover Slot Games Budget online slot machines

  24. Nine Things That Your Parent Teach You About Examples Of Online Shopping
    examples of Online shopping

  25. 5 Killer Quora Answers To Patio Door Locks Repair Patio Door Locks Repair

  26. It’s The Ugly Truth About Double Glazed Windows Leeds
    upvc Window repairs leeds

  27. Sewkrl表示:

    buy depakote 500mg generic – buy aggrenox online cheap buy topiramate 100mg

  28. The 10 Most Scariest Things About Erb’s Palsy Attorneys Erb’s Palsy attorneys

  29. 15 Up-And-Coming Sofas Leather Bloggers You Need
    To Keep An Eye On soft Leather couch

發佈留言

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