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

6,761 Responses

  1. Get A Cash Payday Loan With Poor Credit: Suggestions The Application 다바오 취사 가능한 호텔

  2. 221878.xyz表示:

    What Is Tassimo Costa Pods And How To Utilize It 221878.xyz

  3. Best Slots – For How To Win Best Payout Slot Machines 에볼루션 룰렛

  4. iptv表示:

    There’s definately a lot to find out about this topic. I love all of the points you have made.

  5. Strategies For Your Most Popular Online Gambling Games 에볼루션 조작 영상

  6. iptv表示:

    Oh my goodness! Amazing article dude! Many thanks, However I am having issues with your RSS. I don’t understand why I cannot join it. Is there anybody having the same RSS issues? Anybody who knows the answer can you kindly respond? Thanks!

  7. 4182051表示:

    10 Healthy Habits To Use Coffee Filter Machine 4182051

  8. The Best Online Slots 디지몬 라스트 에볼루션 더빙 (oceanstaterecovery.com)

  9. iptv表示:

    You should be a part of a contest for one of the most useful websites on the internet. I’m going to highly recommend this site!

  10. Latasha表示:

    You’ll Be Unable To Guess Ai Article Rewriter’s Secrets
    ai article rewriter (Latasha)

  11. Get Positioned On Google – Keyword Basics For Bloggers 검색엔진최적화 방법
    (http://jetstars.com)

  12. ngentot memek表示:

    Howdy! This post couldn’t be written much better! Looking at this article reminds me of my previous roommate! He constantly kept preaching about this. I’ll forward this information to him. Fairly certain he’s going to have a good read. I appreciate you for sharing!

  13. Saved as a favorite, I really like your site!

  14. Are Social Websites Sites Excellent Backlink Increased Value?
    검색엔진최적화 seo

  15. Flum vape表示:

    There is certainly a great deal to find out about this subject. I like all of the points you made.

  16. Choosing Realize That Clean Poker Table For Real Estate 다바오 교도소

  17. Create A Killer Product By Writing Your Sales Page First 에볼루션 플레이어 보너스

  18. Good blog post. I definitely appreciate this site. Stick with it!

  19. attic表示:

    Oh my goodness! Impressive article dude! Many thanks, However I am having troubles with your RSS. I don’t know the reason why I can’t join it. Is there anyone else getting similar RSS problems? Anybody who knows the answer can you kindly respond? Thanx.

  20. How Steer Clear Of A Electronic Poker Addiction 다바오 포커 불법
    http://seoule.itfk.org/,

  21. Octavia表示:

    15 Terms That Everyone Within The Claiming For Asbestos Related Illness Industry Should Know
    Octavia

  22. ngentot pepek表示:

    I was extremely pleased to find this website. I wanted to thank you for ones time just for this wonderful read!! I definitely liked every part of it and i also have you saved as a favorite to see new stuff in your web site.

  23. Kncelt表示:

    purchase gasex pills – purchase gasex online buy diabecon

  24. seo 마케팅表示:

    Your perspective adds a lot to the conversation.구글 검색엔진최적화

  25. How To Determine A Gift Certificate Balance 개인사업자 대출 (https://www.studyladder.co.uk)

  26. Hello! I could have sworn I’ve visited this blog before but after going through a few of the posts I realized it’s new to me. Regardless, I’m definitely delighted I found it and I’ll be book-marking it and checking back often.

發佈留言

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