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

  1. I love it when folks get together and share ideas. Great site, stick with it.

  2. 10 Things Everybody Has To Say About Repair
    Window Glass window Glass Repair service

  3. Are You Tired Of Glass.Replacement? 10 Inspirational Sources To
    Revive Your Passion windows glasses replacement

  4. Hi my family member! I wish to say that this post is awesome, nice written and come with almost all vital infos. I would like to look extra posts like this .

  5. Whitescreen58表示:

    You’re so cool! I don’t think I’ve truly read through something like that before. So great to discover somebody with a few original thoughts on this issue. Seriously.. many thanks for starting this up. This site is something that’s needed on the web, someone with a little originality.

  6. How To Determine If You’re Ready For Mesothelioma
    Attorney arkansas Mesothelioma Attorney

  7. What’s The Job Market For Hyundai Replacement Key Professionals?
    2015 hyundai genesis Key fob programming

  8. Why We Enjoy Birth Defect Litigation (And You Should Also!) birth defect attorney

  9. Ihtbll表示:

    oxcarbazepine online order – trileptal where to buy purchase synthroid without prescription

  10. I cherished up to you will receive performed proper here. The sketch is attractive, your authored subject matter stylish. however, you command get got an impatience over that you wish be handing over the following. ill definitely come further previously once more since precisely the similar just about a lot continuously inside of case you shield this increase.

  11. Do you have a spam issue on this site; I also am a blogger, and I was curious about your situation; we have created some nice methods and we are looking to exchange solutions with others, be sure to shoot me an email if interested.

  12. The Worst Advice We’ve Heard About Upvc Window Repair window handle upvc (cropwren0.werite.net)

  13. Whitescreen60表示:

    After looking over a handful of the articles on your web page, I really appreciate your technique of blogging. I book marked it to my bookmark website list and will be checking back in the near future. Please visit my website as well and tell me what you think.

  14. Yikes this definitely takes me back, where are your contact details hmm?

  15. I couldn’t resist commenting. Very well written!

  16. The Most Effective Advice You’ll Receive About Situs Alternatif Borneoslot 287682 (http://Www.287682.Xyz)

  17. 10 Sites To Help To Become A Proficient In Birth Defect Legal birth defect attorneys

  18. replacement表示:

    10 Mobile Apps That Are The Best For Window And Door Repair Near Me replacement

  19. Next time I read a blog, Hopefully it won’t disappoint me as much as this one. I mean, Yes, it was my choice to read, but I really believed you’d have something interesting to say. All I hear is a bunch of whining about something you can fix if you weren’t too busy searching for attention.

  20. As soon as I found this internet site I went on reddit to share some of the love with them.

  21. Charlene表示:

    Why Adding Mini Cooper Key Replacement To Your Life
    Will Make All The A Difference car key mini cooper (Charlene)

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

  23. Hello there! I just wish to give you a big thumbs up for the great info you have got here on this post. I’ll be returning to your website for more soon.

  24. Create A Magic Exposure To Clients, Leads, And Business Associates Part I 라이브 카지노

  25. 20 Up-And-Comers To Follow In The Four Wheeled Mobility Scooter
    Industry four wheeled Mobility scooters

  26. How To Design And Create Successful Glass Repairs Near Me Techniques From Home glass repair service near me

  27. 14 Businesses Doing A Great Job At Citroen Ds3 Key replacement car keys citroen

  28. Nine Things That Your Parent Taught You About Single Umbrella Stroller single umbrella Stroller

  29. George表示:

    Best Single Mattress 101″The Ultimate Guide For Beginners single mattress for top bunk – George,

  30. This is very interesting, You are a very skilled blogger. I have joined your feed and look forward to seeking more of your magnificent post. Also, I’ve shared your site in my social networks!

發佈留言

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