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

  1. I absolutely adore your site! You aggressive me as able-bodied as all the others actuality and your broiled PS is absolutely great!

  2. Deeynpisn表示:

    gay webcam chat software
    gay chat room finding sex
    chat gay con camara

  3. 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!

  4. empresa表示:

    OK, you outline what is a big issue. But, can’t we develop more answers in the private sector?

  5. empresa表示:

    Hi there, just became aware of your blog through Google, and found that it’s truly informative. It’s important to cover these trends.

  6. I’d like to be able to write like this, but taking the time and developing articles is hard…. Takes a lot of effort.

  7. mas info表示:

    You are my inspiration , I possess few web logs and very sporadically run out from to brand 🙁

  8. informate表示:

    That is really fascinating, You’re an excessively skilled blogger. I’ve joined your rss feed and look forward to in the hunt for extra of your magnificent post. Additionally, I’ve shared your website in my social networks!

  9. leer mas表示:

    Nice piece of info! May I reference part of this on my blog if I post a backlink to this webpage? Thx.

  10. informate表示:

    This is an awesome entry. Thank you very much for the supreme post provided! I was looking for this entry for a long time, but I wasn’t able to find a honest source.

  11. pagina web表示:

    I am glad to be a visitor on this website!, regards for this rare information!

  12. Thanks pertaining to discussing the following superb written content on your site. I ran into it on the search engines. I will check back again if you publish extra aricles.

  13. pagina web表示:

    Saw your material, and hope you publish more soon.

  14. Genniepisn表示:

    gay danish english chat rooms
    gay chat rooms of pa
    hairy gay men chat free

  15. Your resources are well developed.

  16. whoah this weblog is wonderful i like reading your articles. Keep up the good paintings! You already know, many people are looking around for this information, you can help them greatly.

  17. Amatapisn表示:

    no deposit online casino bonus
    win real money online casino for free
    online casino usa

  18. Karrypisn表示:

    dating single
    flirt singles
    dating single

  19. A wholly agreeable point of view, I think primarily based on my own experience with this that your points are well made, and your analysis on target.

  20. Lewabo is a multicultural inspirational movies website. Enjoy hundreds of inspiring, uplifting, positive family-friendly movies. Action, Thrillers, Romance, Family drama, Kids, Faith, Comedy and more. An entertainment platform for the whole family. African films, American films, films from different countries, Nigerian nollywood films, South african films, Christian movies, Documentaries. Lewabo is good content entertainment. Hundreds of titles. 70% exclusive content.

  21. Casandrapisn表示:

    free bonus no deposit casino
    online gambling sites no deposit
    online casinos for usa players

  22. I would share your post with my sis.

  23. noah aulwes表示:

    Is it okay to put a portion of this on my weblog if perhaps I post a reference point to this web page?

  24. Emaliapisn表示:

    free online adult dating site
    meetme dating site
    online dating single

  1. 2022-08-30

    online casino with same day payout https://onlinecasinos4me.com/

  2. 2022-08-30

    online casino canada real money https://online2casino.com/

  3. 2022-08-30

    online real money casino https://casinosonlinex.com/

  4. 2022-09-03

    gay men webcame and chat https://newgaychat.com/

  5. 2022-09-03

發佈回覆給「Trytobuy cc shop」的留言 取消回覆

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