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

781 Responses

  1. MABAKAWLBIXxs表示:

    order kamagra pill sildenafil 100 mg uk cheap kamagra

  2. I appreciate, cause I found just what I was looking for. You’ve ended my four day long hunt! God Bless you man. Have a great day. Bye -.

  3. MABAKAWLBIXzc表示:

    purchase kamagra for sale sildenafil cost sildenafil canada

  4. Dorolisapisn表示:

    essay on community service
    the help by kathryn stockett essay
    write my essay wikipedia

  5. PABAKAWLBIXsb表示:

    pregabalin 75 mg canada order pregabalin online cheap pregabalin us

  6. Delicias表示:

    Advanced reading here!

  7. Public policy is key here, and our states need to develop some strategies – – soon.

  8. Your thing regarding creating will be practically nothing in short supply of awesome. This informative article is incredibly useful and contains offered myself a better solution to be able to my own issues. Which can be the specific purpose MY PARTNER AND I has been doing a search online. I am advocating this informative article with a good friend. I know they are going to get the write-up since beneficial as i would. Yet again many thanks.

  9. Marrispisn表示:

    online essay editing service
    national honor society essay help
    essay helpers

  10. PABAKAWLBIXqh表示:

    buy lyrica 150mg lyrica 150mg tablet pregabalin 150mg brand

  11. Joetepisn表示:

    mature woman dating pictures
    japanese chubby
    free web girl

  12. PABAKAWLBIXvy表示:

    lyrica 150mg for sale pregabalin online order lyrica 75 mg tablet

  13. majorsite表示:

    Your article has answered the question I was wondering about! I would like to write a thesis on this subject, but I would like you to give your opinion once 😀 majorsite

  14. ZABAKAWLBIXqx表示:

    where can i buy stromectol ivermectin 6mg tablet for lice price of ivermectin liquid

  15. Hello. Great job. I did not expect this on a Wednesday. This is a great story. Thanks!

  16. ZABAKAWLBIXit表示:

    ivermectin tablets ivermectin 8000 stromectol cvs

  17. Eachellepisn表示:

    massianic singles free dating sites
    plentyoffish login
    plenty of fish sign in

  18. lesbian porn表示:

    Your posts provide a clear, concise description of the issues.

  19. edificios表示:

    I think I might disagree with some of your analysis. Are the figures solid?

  20. I concur with your conclusions and will eagerly look forward to your future updates. The usefulness and significance is overwhelming and has been invaluable to me!

  21. arquitectura表示:

    I just added this to my favorites. I truly love reading your posts. Tyvm!

  22. NABAKAWLBIXiw表示:

    stromectol ivermectin how much is ivermectin stromectol canada

  23. sbobet表示:

    Simply want to say your article is as amazing. The clarity in your post is just great and i can assume you’re an expert on this subject. Fine with your permission allow me to grab your feed to keep up to date with forthcoming post. Thanks a million and please keep up the gratifying work.

  24. Maisiepisn表示:

    free date web sites
    dating sinulator online
    tinder web

  25. NABAKAWLBIXdd表示:

    ivermectin 3mg dosage stromectol for sale ivermectin tablets

  26. VABAKAWLBIXai表示:

    viagra gг©nг©rique 20mg viagra achat belgique viagra 40 mg pas cher

  27. İzmir Eskort表示:

    These kind of posts are always inspiring and I prefer to read quality content so I happy to find many good point here in the post. writing is simply wonderful! thank you for the post

  28. İzmir Eskort表示:

    The post is absolutely great! Lots of great info and inspiration, both of which we all need! Also like to admire the time and effort you put into your blog and detailed information you offer! I will bookmark your website!

  29. VABAKAWLBIXfh表示:

    generique viagra 5mg vente viagra en ligne viagra commande

  30. Juanitapisn表示:

    adult dating site
    asien dating online
    internet dating site

發佈留言

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