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

  1. The Most Successful Slot Demo Princess Terbaru Gurus Do 3 Things demo slot pragmatic starlight princess

  2. 10 Reasons Why People Hate Best CSGO Opening Site Best CSGO
    Opening Site counter-Strike Cases

  3. firm表示:

    Are You Responsible For A Cerebral Palsy Compensation Budget?
    12 Top Notch Ways To Spend Your Money firm

  4. slot features表示:

    10 Meetups On Slot Updates You Should Attend slot features

  5. The Companies That Are The Least Well-Known To Monitor In The Popular
    Casino Slots Industry popular online slots; https://www.allthaievent.Com/,

  6. How The 10 Most Disastrous Accident Compensation FAILS Of All
    Time Could Have Been Prevented accident Lawsuit

  7. vimeo.com表示:

    Why Is Online Shopping Stores In London So Effective During COVID-19 Palomino Blackwing Collection (vimeo.com)

  8. 20 Tools That Will Make You More Efficient
    At Birth Defect Attorneys birth defect lawyers

  9. The 10 Most Scariest Things About Railroad Injuries Attorneys Railroad Injuries Attorney

  10. Erb's Palsy表示:

    Guide To Erb’s Palsy Attorney: The Intermediate Guide Towards Erb’s Palsy Attorney Erb’s Palsy

  11. produce,Underneath the celestial satellite of affection remedy blokes sensible sweetheart is aware of two of the more poor on the opportunity to begin, and that is your boyfriend’s beloved duration of the guiltiness, impressive perfect spare time on her.

  12. See What Truck Accident Lawyer Tricks The Celebs Are Using Truck accident

  13. What’s The Current Job Market For Cerebral Palsy Attorney Professionals?
    cerebral palsy attorney

  14. Hi. Cool article. There is a problem with the web site in firefox, and you might want to test this… The browser is the marketplace leader and a huge portion of folks will miss your excellent writing due to this problem.

  15. I am typically to blogging and that i actually appreciate your site content. The article has really peaks my interest. My goal is to bookmark your website and maintain checking for new info.

  16. 10 Quick Tips For Why Are CSGO Skins Going Up In Price
    cs2 cases; etrd1.dacapo.kr,

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

  18. I really love the way you discuss this kind of topic..”…

  19. A formidable share, I just given this onto a colleague who was doing a bit of analysis on this. And he the truth is bought me breakfast because I discovered it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to debate this, I feel strongly about it and love reading more on this topic. If doable, as you turn into expertise, would you thoughts updating your weblog with more details? It’s extremely helpful for me. Massive thumb up for this weblog submit!

  20. Nell表示:

    You’ll Never Be Able To Figure Out This Online Shopping Websites List’s Tricks online shopping websites list
    (Nell)

  21. Outstanding post, you have pointed out some wonderful details , I also conceive this s a very good website.

  22. Free online games… […]First off I want to say terrific blog! I had a quick question in which I’d like to ask if you don’t mind. I was curious to know how you center yourself and clear your thoughts prior to writing. I’ve had difficulty clearing my mind in getting my…

  23. lawsuit表示:

    How To Find The Perfect Erb’s Palsy Case Online lawsuit

  24. Unexpected Business Strategies For Business That Aided Winning Slots Achieve Success casino slot Tournaments

  25. Why You Should Focus On Improving Akun Demo Slot Demo Slot Pragmatic Lengkap

  26. How Medical Malpractice Compensation Changed Over Time Evolution Of Medical Malpractice Compensation medical Malpractice Attorneys

  27. performing arts is my thing, i am very much interested to learn more on this art’

  28. Hey there! Would you mind if I share your blog with my twitter group? There’s a lot of folks that I think would really enjoy your content. Please let me know. Thanks

發佈留言

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