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

  1. sitemap.xml表示:

    Wow! Finally I gott a weblo from where I bbe capable off
    genuijely take valuable facts refarding my
    study and knowledge.

  2. Evden Eve Nakliyat | Evin taşınması, çoğu insan için stresli bir süreç olabilir. Kozcuoğlu Evden Eve Nakliyat olarak, müşterilerimize bu süreci en kolay hale getirmeyi taahhüt ediyoruz. Bu tür bilgilendirici içerikler, taşınma konusunda bilinçli kararlar almalarına yardımcı oluyor.

  3. One of the best manufacturers of stair carpet exclusive invites you to a special occasion.

  4. UFAAUTO789表示:

    ufa789 แหล่งเดิมพันออนไลน์ที่ดีที่สุด

  5. UFAAUTO789表示:

    เว็บออนไลน์ 789 แหล่งเดิมพันออนไลน์ที่ดีที่สุด

  6. The next time I read a blog, Hopefully it does not fail me just as much as this particular one. I mean, I know it was my choice to read through, however I genuinely believed you’d have something useful to say. All I hear is a bunch of moaning about something that you can fix if you weren’t too busy searching for attention.

  7. It’s difficult to find knowledgeable individuals for this topic, nevertheless, you could be seen as do you know what you are talking about! Thanks

  8. Great article. I’m dealing with some of these issues as well..

  9. All traders have to be very careful and about the danger they undertake.

  10. Профессиональный сервисный центр по ремонту холодильников и морозильных камер.
    Мы предлагаем: ремонт холодильников с выездом
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  11. This was the very best yield since 2017, topping the yield of the record year of 2022.

  12. While it was first created in the late 1940s, the iconic plastic gingerbread men pawns weren’t introduced until 1967.

  13. My partner and i continually go to your website and also retrieve everything you submit the following but I in no way left a comment however nowadays once i observed this kind of submit, i could not quit personally coming from commenting right here. great mate!

  14. Detection and nowcasting technology was also implemented in a lot of the world and particularly round major airports, which in lots of circumstances actually have wind shear detection gear on the sphere.

  15. The gym seated 500 people and allowed students to play basketball on a wooden courtroom, slightly than on dirt.

  16. The former Equity full-service stations therefore represented the single largest block of stations to go dark on the June 12, 2009, digital transition date.

  17. The takeover precipitated some media controversy, notably surrounding L’Oréal’s use of animal testing.

  18. Very nice blog post. I definitely love this website. Keep it up!

  19. You…are…my…hero!!! I cant believe something like this exists on the internet! Its so true, so honest, and more than that you dont sound like an idiot! Finally, someone who knows how to talk about a subject without sounding like a kid who didnt get that bike he wanted for Christmas.

  20. Профессиональный сервисный центр по ремонту планетов в том числе Apple iPad.
    Мы предлагаем: мастер по ремонту ipad
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  21. ev taşıma表示:

    Evden Eve Nakliyat | Profesyonel nakliyat hizmetleri ile taşınma sürecini kolaylaştırmanın ne kadar önemli olduğunu bu yazınızda çok iyi ifade etmişsiniz. Kozcuoğlu Evden Eve Nakliyat olarak, bu süreçte müşterilerimize en iyi hizmeti sunmayı taahhüt ediyoruz.

  22. I would like to thank you for the efforts you have put in writing this Magic Mesh Door Coverblog. I’m hoping the same high-grade blog post from you in the future also. Actually your creative writing abilities has inspired me to get my own screen door instant website going now. Actually blogging is spreading its wings and growing fast. Your write up is a great example.

  23. ev taşıma表示:

    Ev Taşıma | Taşınma sürecinde karşılaşılan zorluklara değinmeniz çok yerinde olmuş. Biz de Kozcuoğlu Ev Taşıma olarak, müşterilerimizin bu zorlukları minimuma indirmek için en iyi çözümleri sunuyoruz.

  24. Can I say that of a relief to uncover somebody that truly knows what theyre preaching about on the net. You actually realize how to bring a concern to light making it essential. The diet have to check out this and can see this side with the story. I cant think youre no more popular when you certainly hold the gift.

  25. TS Escorts表示:

    I quite like reading an article that will make people think. Also, many thanks for allowing for me to comment.

  26. ev taşıma表示:

    Ev Taşıma | Ev taşıma sürecinde dikkat edilmesi gereken noktalar hakkında bilgilendirici bir makale olmuş. Kozcuoğlu Ev Taşıma olarak, müşterilerimize her aşamada rehberlik etmeye hazırız.

  27. TS Escorts表示:

    I blog quite often and I truly thank you for your content. The article has really peaked my interest. I am going to bookmark your website and keep checking for new details about once a week. I subscribed to your Feed too.

  28. ev taşıma表示:

    Evden Eve Nakliyat | Ev taşıma sürecinin planlanması, başarılı bir taşınmanın anahtarıdır. Kozcuoğlu Evden Eve Nakliyat olarak, her detayı titizlikle planlayarak müşterilerimize kusursuz bir taşınma deneyimi sunuyoruz.

  29. You Are Responsible For A Mesothelioma Law Budget?

    12 Best Ways To Spend Your Money mesothelioma Lawyers

發佈留言

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