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

22,676 Responses

  1. Kyrstinpisn表示:

    manhunt, gay dating site
    good gay chub dating sites
    gay dating sites for seniors

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

  3. How do I subscribe to your blog? Thanks for your help.

  4. buy rdp表示:

    Woah this is just an insane amount of information, must of taken ages to compile so thanx so much for just sharing it with all of us. If your ever in any need of related information, just check out my own site!

  5. Chelsaepisn表示:

    free sites of dating
    online dating meet
    meet single women online

  6. Are you looking to purchase a new property and need to secure a home loan? Are you thinking about refinancing your property to take cash out or get a better interest rate? Look no further, we’ve got you covered. If you’re looking to renovate your property and/or need repairs, we can take care of that for you as well. We’re your all-in-one real estate concierge. Get everything you need done for your property with Estate Solutions. Contact us for more information now.

  7. Jeraleepisn表示:

    gay dating games
    dating site for gay men over 50
    chubby gay mens dating sites

  8. you’re in reality a just right webmaster. The web site loading velocity is incredible. It sort of feels that you’re doing any distinctive trick. In addition, The contents are masterpiece. you’ve performed a great process on this topic!

  9. Davinapisn表示:

    connecting singles
    faroedating chat
    fdating 100 free dating site free

  10. Just want to say what a great blog you got here!I’ve been around for quite a lot of time, but finally decided to show my appreciation of your work!

  11. Gladipisn表示:

    gay senior dating san antonio
    gay black man dating white guy
    hispanic gay dating sites

  12. Our local network of agencies has found your research so helpful.

  13. Kaitlynnpisn表示:

    dating website best
    online dating and personals at
    find singles dating

  14. Berthepisn表示:

    online dating sites for free
    online dating 50
    meet singles free

  15. Might we expect to see more of these same problems in the future?

  16. my profile表示:

    You are good writer. Thank you.

  17. pagina web表示:

    Its just like you read my thoughts! It’s like reading about my family.

  18. Joannpisn表示:

    best dating sites
    100% free dating service
    dating sites free chatting

  19. Kyrstinpisn表示:

    gay blatino dating
    gay chub chaser dating sites
    free dating webstes for gay men

  20. Hello there, You have done an incredible job. I will certainly digg it and personally recommend to my friends. I am sure they will be benefited from this site.

  21. kgh表示:

    I think this is among the so much vital info for me. And i’m happy reading your article. But wanna remark on few common issues, The site style is wonderful, the articles is really excellent : D. Just right job, cheers

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

發佈回覆給「upholstery supplies」的留言 取消回覆

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