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

  1. This Is How Car Key Programming Will Look In 10 Years’ Time cut and Program car key (sinbiromall.hubweb.net)

  2. The Not So Well-Known Benefits Of Railroad Injuries Settlement who investigates Railroad Accidents

  3. What Freud Can Teach Us About Wall Mount Fireplace Fireplaces
    (http://www.itranslate.Co.kr/)

  4. spam google表示:

    Hello! I could have sworn I’ve been to your blog before but after browsing through a few of the posts I realized it’s new to me. Nonetheless, I’m certainly happy I discovered it and I’ll be book-marking it and checking back regularly!

  5. google spam表示:

    Hi there, I do think your web site may be having internet browser compatibility problems. Whenever I look at your website in Safari, it looks fine however when opening in IE, it’s got some overlapping issues. I simply wanted to give you a quick heads up! Aside from that, excellent site.

  6. Gqlyld表示:

    buy benemid 500mg online – probalan price buy tegretol cheap

  7. Women’s Club Sets – The Gender Chart? 달서구오피 (http://www.mazafakas.com)

  8. tubidy表示:

    Spot on with this write-up, I seriously believe this amazing site needs a great deal more attention. I’ll probably be returning to see more, thanks for the advice.

  9. small mighty表示:

    This page truly has all the information I needed concerning this subject and didn’t know who to ask.

  10. Having read this I believed it was rather enlightening. I appreciate you spending some time and effort to put this informative article together. I once again find myself spending way too much time both reading and leaving comments. But so what, it was still worth it!

  11. I really like it when individuals come together and share views. Great website, stick with it!

  12. Investment banking firms provide business all the capital they need, and they also have advisory services for different types of investors.

  13. A: Maintaining romance and finding creative ways to connect intimately are key strategies for nurturing emotional and physical intimacy in a long distance relationship.

  14. Two of those big companies that dominate the radio market, Viacom and Disney, also own many TV stations.

  15. Now within debt mutual funds, you have the option to invest in a Govt.

  16. They are simply not what they had imagined!

  17. Destination表示:

    Spot on with this write-up, I truly feel this website needs a lot more attention. I’ll probably be back again to read more, thanks for the info!

  18. this site表示:

    Hi, I do believe this is an excellent website. I stumbledupon it 😉 I may come back yet again since i have saved as a favorite it. Money and freedom is the greatest way to change, may you be rich and continue to guide others.

  19. Flights表示:

    There is certainly a lot to know about this subject. I love all the points you made.

  20. A motivating discussion is worth comment. I do think that you ought to write
    more about this topic, it may not be a taboo matter
    but usually folks don’t talk about these subjects.
    To the next! All the best!!

    Look into my webpage … browse this site

  21. Mkqtdp表示:

    cheap neurontin 800mg – gabapentin 100mg brand sulfasalazine 500mg for sale

  22. I needed to thank you for this excellent read!! I absolutely enjoyed every bit of it. I have got you saved as a favorite to look at new things you post…

  23. 5 Killer Quora Answers To Wine Rack Refrigerator wine rack refrigerator

  24. After looking into a few of the blog articles on your site, I honestly like your technique of blogging. I bookmarked it to my bookmark webpage list and will be checking back in the near future. Take a look at my website as well and let me know your opinion.

  25. Saved as a favorite, I like your web site.

發佈留言

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