利用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...

6,503 Responses

  1. Next time I read a blog, I hope that it doesn’t fail me as much as this one. After all, I know it was my choice to read, nonetheless I really believed you would have something interesting to talk about. All I hear is a bunch of whining about something that you could possibly fix if you weren’t too busy seeking attention.

  2. How To Get Free Free Targeted Website Traffic And Funds From 검색엔진최적화 메타태그

  3. 78win表示:

    Very good info. Lucky me I discovered your website by accident (stumbleupon). I have saved as a favorite for later!

  4. Memory Card Photo Recovery 다바오 쿠폰

  5. Mary Hynes表示:

    Saved as a favorite, I really like your blog.

  6. Kmabzw表示:

    norfloxacin drug – norfloxacin price buy confido paypal

  7. Poker Chip Sets – What Size Do I Require? 다바오 보너스코드

  8. 10 Things People Hate About Semi Truck Law semi Truck accident
    lawyer (http://www.Annunciogratis.net)

  9. Bailey Zosel表示:

    Everything is very open with a precise description of the issues. It was truly informative. Your site is useful. Many thanks for sharing.

  10. How To Levy A Bank Account 무직자 대출

  11. The Secret Secrets Of Coffee Bean Coffee Machine coffee bean Machines – nagievonline.com

  12. 24 Hours To Improving Double Glazing Deals Near Me Double Glazed Windows Cost

  13. U Shaped Sofa表示:

    The 10 Scariest Things About U Shaped Sofa U Shaped Sofa

  14. discover this表示:

    An interesting discussion is definitely worth comment. There’s no doubt that that you need to publish more on this topic, it may not be a taboo matter but typically people do not talk about these subjects. To the next! All the best.

  15. Are You Responsible For The Mesothelioma Case Budget?

    10 Very Bad Ways To Invest Your Money Mesothelioma Settlement

  16. It’s Time To Upgrade Your Private ADHD Assessment Edinburgh Options
    private Adhd assessment bristol (blackwash9.werite.net)

  17. Responsible For The Upvc Front Doors Budget?
    10 Terrible Ways To Spend Your Money replacing a upvc
    door panel – https://www.alonegocio.net.br/,

  18. Terry表示:

    Watch Out: What Fiat Keys Is Taking Over And How To Stop It fiat doblo key fob programming (Terry)

  19. Tobias表示:

    10 Life Lessons That We Can Learn From Window Doctor window
    doctors near me (Tobias)

  20. 12 Companies That Are Leading The Way In Porsche Spare Key porsche Valet key

  21. 15 Things You’re Not Sure Of About Diagnostics Near
    Me Car Diagnostic Near Me

  22. What’s The Reason You’re Failing At Glass Window Repair Near Me glass repair near me – https://Intern.Ee.aeust.edu.tw

  23. 287682.xyz表示:

    Five Things Everybody Does Wrong In Regards To Link Daftar Borneoslot
    287682.xyz

  24. lehenga choli表示:

    Spot on with this write-up, I honestly believe that this web site needs much more attention. I’ll probably be back again to read more, thanks for the information!

  25. kids cloths表示:

    This is a topic that’s near to my heart… Take care! Where are your contact details though?

  26. 9324874.xyz表示:

    The Most Advanced Guide To Single Stroller For Sale 9324874.xyz

  27. Fast Money With An Instant Bad Credit Personal Loan 다바오 펄팜 리조트

  28. Greetings! Very helpful advice within this article! It is the little changes that make the most significant changes. Many thanks for sharing!

  29. Factors Determine The Best Credit Card 100만원 대출

發佈留言

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