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

798 Responses

  1. ivermectin powder ivermectin topical ivermectin dosage for cats ear mites where can i buy ivermectin for guinea pigs

  2. baclofen drug class baclofen 10mg baclofen 10 mg buy online what class of drug is baclofen. what are other gamma-aminobutyrics

  3. How come you do not have your website viewable in mobile format? cant see anything in my Droid.

  4. I think that may be an interesting element, it made me assume a bit. Thanks for sparking my considering cap. On occasion I get so much in a rut that I simply really feel like a record.

  5. My brother suggested I might like this web site. He was entirely right. This post actually made my day. You can not imagine simply how much time I had spent for this info! Thanks!

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

  7. negocio表示:

    Appreciation for taking the time to discuss this topic, I would love to discover more on this topic. If viable, as you gain expertise, would you object to updating the website with further information? It is tremendously beneficial for me.

  8. I have been curious about these trends, and you have really helped me. I have just told a few of my friends about this on FaceBook and they love your content just as much as I do.

  9. he blog was how do i say it… relevant, finally something that helped me. Thanks

  10. propecia timeline buy propecia online without prescription viagra plavix cialis lipitor synthroid levitra propecia how much propecia for hair loss

  11. commander du kamagra vente de kamagra en pharmacie kamagra pas cher en belgique kamagra efficace ou pas

  12. I have to disagree with most of the comments here, but maybe I’m just a contrarian.

  13. NFL Game News表示:

    I am glad to be a visitor of this perfect blog !, appreciate it for this rare info!

  14. Katinepisn表示:

    7 free slots online slot
    machine de casino
    slots of vegas instant play

  15. We’re developing a conference, and it looks like you would be a great speaker.

  16. I went over this web site and I think you have a lot of great info , bookmarked (:.

  17. cialis images acheter du cialis en ligne en france pharmacie francaise en ligne cialis viagra ou cialis ou levitra

  18. A friend of mine advised me to review this site. And yes. it has some useful pieces of info and I enjoyed reading it.

  19. I had fun reading this post. I want to see more on this subject.. Gives Thanks for writing this nice article.. Anyway, I’m going to subscribe to your rss and I wish you write great articles again soon.

  20. Dealzclick is one stop shop with the best online shopping deals today, offering Best travel deals and Best online webhosting dealsfrom trusted best sellers. We are all about deals.

  21. kamagra pills tadalafil india manufacturers is cialis a controlled substance how long before cialis takes effect

  22. propecia buy表示:

    lasix prescription purchase furosemide 12.5 online should i take potassium with lasix how to give lasix im injection

  1. 2022-06-30

    3chloride

  2. 2022-07-05

    phd dissertation help proposal https://professionaldissertationwriting.org/

  3. 2022-07-05

    masters dissertation writing services https://professionaldissertationwriting.com/

  4. 2022-07-06

    writing a masters dissertation https://helpwithdissertationwritinglondon.com/

  5. 2022-07-06

    help with masters dissertation https://dissertationwritingcenter.com/

  6. 2022-07-06

    write a dissertation abstract https://accountingdissertationhelp.com/

  7. 2022-07-06

    statistics help for dissertation https://examplesofdissertation.com/

  8. 2022-07-06

發佈留言

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