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

  1. Hello, you used to write great, but the last several posts have been kinda boring… I miss your great writings. Past several posts are just a little bit out of track! come on!

  2. Jan表示:

    Get Rid Of Online Shopping Uk Discount: 10 Reasons Why You Don’t Really Need It
    Amrapur Overseas Bedding; Jan,

  3. case Opening表示:

    The 12 Most Popular CS GO Cases To Open Accounts To Follow On Twitter case Opening

  4. It’s rare knowledgeable individuals during this topic, however, you seem like you know what you’re preaching about! Thanks

  5. case opening表示:

    7 Simple Secrets To Totally Moving Your CSGO Cases New
    case opening

  6. The No. Question That Everyone In Best Slot Machines Should Be Able Answer Multi-Line slots

  7. The Reasons Birth Injury Lawyers Is Everywhere This Year birth injury law firms

  8. Veronique表示:

    You’ll Be Unable To Guess Truck Accident Lawsuits’s Secrets truck accident lawsuit (Veronique)

  9. Watch Out: How Filter Coffee Machine Is Taking Over And What To Do professional coffee Machine (https://maps.google.co.mz/)

  10. 10 Things You Learned From Kindergarden They’ll Help You Understand Cerebral Palsy Lawsuit cerebral Palsy Lawyer

  11. usually, i buy my craft supplies on the internet because of the cheaper price and countless options’

  12. 110.vg表示:

    A Journey Back In Time A Conversation With People About Seo Website Optimization 20 Years Ago search engine Optimisation Company – 110.vg

  13. Franchesca表示:

    3 Ways In Which The Window Repair Near Influences Your Life upvc window repair near me (Franchesca)

  14. You for sure understand what you’re referring to,this blog is simply excellent .

  15. Arlen Nizo表示:

    14 Common Misconceptions About Boot Scooters Arlen Nizo

  16. Millie表示:

    Are You Responsible For The Slot Rewards Budget? Twelve Top Ways To Spend
    Your Money slot payouts (Millie)

  17. cs2 Cases表示:

    The Reason Why You’re Not Succeeding At How Many Cases Are There In CSGO cs2 Cases

  18. Veterans Disability Case Tools To Improve Your Daily Lifethe One Veterans Disability Case Trick Every Person Should Learn Veterans Disability

  19. There are a handful of fascinating points over time in the following paragraphs but I don’t know if I see them all center to heart. There’s some validity but I most certainly will take hold opinion until I check into it further. Excellent article , thanks therefore we want much more! Added to FeedBurner as well

  20. The 10 Scariest Things About Railroad Injuries Attorneys Railroad Injuries Attorney

  21. 3D Slots表示:

    5 Killer Quora Answers On 3d Slots 3D Slots

  22. 3D Slots表示:

    10 Real Reasons People Hate Slot Experiences 3D Slots

  23. 5 Killer Quora Answers To Free Casino Slots
    free Casino slots

  24. What Is Everyone Talking About Demo Slot Zeus Vs Hades Pragmatic Right Now
    https://www.oscarreys.top/

  25. The 10 Scariest Things About Online Casino Slots online casino slots

  26. 20 Quotes That Will Help You Understand Window.Replacement Near Me window And door replacement

  27. You’ll Never Be Able To Figure Out This Mesothelioma Law’s Benefits Mesothelioma law firms

  28. 16 Must-Follow Instagram Pages For Best CSGO Opening Site-Related Businesses Counter-strike cases

  29. The 3 Largest Disasters In Fela Lawsuits The Fela Lawsuits’s 3 Biggest Disasters In History Employers’ Liability Act Fela

  30. Enough Already! 15 Things About Get Diagnosed With ADHD We’re Tired Of Hearing https://www.russrenfro.top

發佈留言

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