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

  1. 20 Trailblazers Setting The Standard In CSGO Cases Ranked Cs2 Case
    Opening (http://Dchanwoo.Com/)

  2. Yayinmall.Com表示:

    11 Ways To Totally Defy Your Lexus Key Shell program lexus key fob (Yayinmall.Com)

  3. program表示:

    15 Up-And-Coming Trends About Backlinks Builder Software program

  4. The Expert Guide To Unique Slots slot machine reviews

  5. vimeo表示:

    This Is The Ultimate Guide To Cheap Online Grocery Shopping Uk vimeo

  6. Why You’re Failing At SEO Applications search engine Optimisation Software;
    http://www.metasoa.com,

  7. How To Get More Results From Your Motorcycle Accident Compensation motorcycle accident Lawyer

  8. slot Bonuses表示:

    15 Gifts For The Free Spin Slots Lover In Your Life slot Bonuses

  9. You’ll Never Be Able To Figure Out This Winning Slots’s Tricks
    Winning slots, https://writeablog.net/,

  10. Five Killer Quora Answers On Slot Themes slot themes (planforexams.Com)

  11. Basil表示:

    24 Hours For Improving Slot Sites bonus round slots (Basil)

  12. How To Ship To Ireland From Uk Tools To Ease Your Everyday Lifethe
    Only How To Ship To Ireland From Uk Trick That Everybody Should Learn how to ship to ireland from uk

  13. 7 Tips About Best 18 Wheeler Accident Lawyer That Nobody Can Tell You 18 wheeler accident Lawsuit

  14. The 10 Most Scariest Things About Blown Double Glazing Repairs Near Me double glazing repairs near me

  15. 15 Of The Best Documentaries On Themed Slots themed Slot Games (Digitaltibetan.win)

  16. stcall.co.kr表示:

    10 Apps That Can Help You Manage Your Slot Design evoplay slots provider; stcall.co.kr,

  17. Ten Common Misconceptions About Adult Adhd Assessment That Aren’t
    Always True How Do I Get Assessed For Adhd

  18. Why We Are In Love With Window Repair Near Me (And You Should, Too!) Window Repairs Near Me

  19. 10 Facebook Pages That Are The Best Of All Time Luton Double Glazing double glazed window repairs

  20. The 10 Most Terrifying Things About Slot Promotions slot promotions

  21. Ten Common Misconceptions About Window Repair Near That Aren’t Always The Truth upvc window repair near me

  22. You’ll Never Be Able To Figure Out This Treadmill Folded Up’s Tricks
    treadmill folded up

  23. Why Nobody Cares About Managing Adhd Without Medication private Adhd assessment medway

  24. Cerys表示:

    What’s The Job Market For Upvc Repairs Near Me Professionals
    Like? upvc repairs near me [Cerys]

  25. The Most Popular Semi Truck Claim Gurus Are Doing 3 Things Semi Truck accident lawyers

  26. 10 Amazing Graphics About Dangerous Drugs Law Firms dangerous drugs lawsuits

  27. Which Website To Research Slot Apps Online top-rated Slots (https://Sixn.net/)

  28. What Is Erb’s Palsy Case And Why Are We Dissing It? Erb’s Palsy Lawsuit

  29. 3d slots表示:

    5 Killer Quora Answers To 3d Slots 3d slots

  30. 10 Facts About Uk Online Shopping Sites Like Amazon That Will Instantly
    Make You Feel Good Mood Four-Legged Barstool Adjustable

發佈留言

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