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

  1. You’ll Be Unable To Guess London Online Clothing Shopping Sites’s Benefits london online clothing shopping sites
    [https://krbda.co.kr/Bbs/board.php?bo_table=free&wr_id=172777]

  2. The 10 Scariest Things About Online Famous Shopping
    Sites Heavy Duty Chipping Hammer

  3. vimeo表示:

    Why Online Charity Shop Uk Clothes Is Right For You vimeo

  4. 10 Tell-Tale Warning Signs You Need To Find A New Cerebral
    Palsy Claim cerebral palsy law firms (http://www.sinwooeng.com)

  5. What Is Online Shopping Sites? Heck What Is Online Shopping Sites?
    Online shopping sites for dress

  6. The 10 Most Scariest Things About List Of Online Shopping Sites Uk online shopping sites uk

  7. 10 Things We Were Hate About Birth Defect Attorney birth defect law firm

  8. Don’t Make This Silly Mistake With Your Online Shopping
    Sites In United Kingdom Which Supermarket Is Best For Online Shopping

  9. I like what you guys are doing. Such smart work and reporting! Carry on with the excellent works guys. I have incorporated you guys to my blogroll. I think it’ll improve the value of my site.

  10. After examine just a few of the blog posts on your web site now, and I really like your approach of blogging. I bookmarked it to my bookmark website record and shall be checking back soon. Pls check out my site as properly and let me know what you think.

  11. Be On The Lookout For: How Dangerous Drugs Law Firm Is Taking Over And What Can We Do About It dangerous drugs lawyers

  12. highwave.kr表示:

    Guide To Online Shopping Uk Discount: The Intermediate Guide For Online Shopping Uk
    Discount online Shopping Uk discount (highwave.kr)

  13. fela表示:

    The 10 Scariest Things About Fela fela

  14. peatix.com表示:

    10 Things That Your Family Teach You About Fela Accident Attorney fela accident attorney – peatix.com

  15. You have done a great job on this article. It’s very readable and highly intelligent. You have even managed to make it understandable and easy to read. You have some real writing talent. Thank you.

  16. hss mitower表示:

    An impressive share, I simply with all this onto a colleague who had been doing a small analysis about this. And hubby in fact bought me breakfast simply because I found it for him.. smile. So well then, i’ll reword that: Thnx with the treat! But yeah Thnkx for spending plenty of time to discuss this, Personally i think strongly concerning this and love reading more on this topic. If you can, as you grow expertise, can you mind updating your blog post with additional details? It truly is highly of great help for me. Huge thumb up with this text!

  17. D.W Automotive Details offers professional Car Wash Angleton Texas, Texas, along with auto detailing, window tinting, and glass repair for all vehicle types. Visit us for the best Car Wash in Angleton, Texas.

  18. 9 . What Your Parents Teach You About Veterans Disability Lawsuit veterans Disability lawsuit

  19. 10 Things That Your Family Teach You About Best Online Clothing
    Sites Uk online Clothing sites uk [https://www.cawatchablewildlife.org/]

  20. How To Recognize The Cerebral Palsy Settlement That’s Right For
    You Cerebral Palsy lawsuit

  21. Vimeo表示:

    20 Great Tweets From All Time About How To Buy
    Clothes Online From Uk Vimeo

  22. 10 Things That Your Family Taught You About Liability Act Fela liability act fela

  23. vimeo表示:

    A Glimpse At Online Shopping Uk Sites’s Secrets Of Online Shopping Uk Sites vimeo

  24. 10 Startups That Will Change The Birth Injury Legal Industry For The Better birth injury lawsuits

  25. 17 Signs To Know You Work With Fela Claims federal Employers liability

  26. Unqbit.Org表示:

    You’ll Never Guess This London Online Mobile Shopping
    Sites’s Tricks London Online Mobile Shopping Sites (Unqbit.Org)

  27. The 10 Scariest Things About Good Online Shopping Sites Uk Good Online Shopping Sites Uk (Course.Kwtc.Ac.Th)

  28. See What Medical Malpractice Lawsuit Tricks The Celebs Are
    Making Use Of medical Malpractice Lawsuit

  29. 15 Twitter Accounts You Should Follow To Find Out More About Shopping Online shopping online sites clothes

  30. Online Shopping Sites List For Clothes Tools To Streamline Your Everyday Lifethe Only Online Shopping
    Sites List For Clothes Trick Every Individual Should Be
    Able To online shopping sites list for clothes (https://www.idurc.com/bbs/board.php?bo_table=free&wr_id=11626)

發佈留言

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