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

10,973 Responses

  1. Online Slots表示:

    10 Erroneous Answers To Common Free Slots Questions Do You Know The Right Ones?
    Online Slots

  2. A Proficient Rant Concerning Special Slots casino slot games (http://cf58051.tmweb.Ru/)

  3. The Most Inspirational Sources Of Window Replacement Near Me Replacement Window Near Me

  4. The 3 Greatest Moments In Audi Key History audi key replacement

  5. Chau表示:

    15 Things You’re Not Sure Of About Adult Adhd Assessment Uk adhd assessment
    for women – Chau

  6. 10 Meetups About Slot Demo Zeus Gacor You Should Attend zeus slot Demo

  7. Jeannine表示:

    7 Simple Tips To Totally Making A Statement With Your Online Clothes Shopping Near Me Netgear Wac510B03 Review (Jeannine)

  8. X3.Wiki表示:

    10 Instagram Accounts On Pinterest To Follow Starlight
    Princess Starlight Princess Demo (X3.Wiki)

  9. 15 Of The Best Documentaries On Online Shopping Sites List For
    Clothes On-The-Go Hydration Solutions

  10. You’ll Never Be Able To Figure Out This Dangerous Drugs Attorneys’s Secrets dangerous drugs attorney

  11. Beware Of These “Trends” About Dangerous Drugs Attorney dangerous
    drugs lawsuit [http://oldwiki.bedlamtheatre.Co.uk]

  12. Wade表示:

    What’s The Current Job Market For Online Sites For Shopping In Uk Professionals?
    online sites for shopping in uk – Wade

  13. There’s A Good And Bad About 18-Wheeler Accident Attorneys 18 Wheeler Accidents

  14. Fair Slots表示:

    10 Things We All We Hate About Slot Machine Games Fair Slots

  15. 11 Strategies To Refresh Your Double.Glazing Near Me local Double glazing companies

  16. Vimeo.Com表示:

    The London Online Clothing Shopping Sites Mistake That Every Newbie Makes Vimeo.Com

  17. Vimeo.Com表示:

    11 Strategies To Refresh Your Best Online Shopping Sites London Vimeo.Com

  18. 11 Ways To Completely Sabotage Your Slot Rtp Slot Symbols (Articlement.com)

  19. upvc表示:

    12 Facts About Double Glazing Doctors To Make You Think Smarter About Other People upvc

  20. You’ll Be Unable To Guess Boat Accident Lawyers’s
    Tricks Boat accident Lawyers

  21. Dannie表示:

    The 10 Scariest Things About Patio Screen Door Repair patio screen door repair [Dannie]

  22. 20 Fun Facts About Shopping Online Uk Clothes Heavy-Duty Kitchen Mats – https://vimeo.Com/931654089

  23. 9 Things Your Parents Teach You About Slot Strategies Slot Strategies

  24. What’s The Current Job Market For Double Glazing Near Me Professionals Like?

    Double glazing near me

  25. 9 Lessons Your Parents Taught You About Pushchairs Prams Pushchairs pushchairs prams

  26. Five Double Glazed Window Crawley Lessons From The Pros Timber Doors Crawley

  27. 10 Facts About Special Slots That Make You Feel Instantly The Best Mood evoplay slots exciting

  28. Lourdes表示:

    The Ultimate Guide To Popular Casino Slots
    mobile-friendly slots; Lourdes,

發佈留言

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