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

  1. 10 Things You Learned From Kindergarden That Will Help You Get Mini Sectional Sofa large sectional sofa

  2. What’s The Job Market For Fela Attorneys
    Professionals Like? fela Attorneys

  3. Your Family Will Be Thankful For Having This Double Glazing
    Crawley childproof window Repair

  4. You made some decent points there. I looked on the net for any issue and found most individuals goes in addition to with all your website.

  5. How To Make An Amazing Instagram Video About Slot Gaming Experience Top casino Slots

  6. How To Explain Special Slots To Your Grandparents slots with free spins

  7. This Week’s Best Stories About Sage Coffee Machine Coffee machines coffee

  8. A Peek Into Winning Slots’s Secrets Of Winning Slots Real Money Slots

  9. karung.in表示:

    These Are Myths And Facts Behind Amazon Uk Online Shopping
    Clothes shopping online uk websites (karung.in)

  10. Woah! I’m really digging the template/theme of this blog. It’s simple, yet effective. A lot of times it’s tough to get that “perfect balance” between usability and visual appeal. I must say you’ve done a excellent job with this. Also, the blog loads super fast for me on Chrome. Outstanding Blog!

  11. Vimeo.Com表示:

    Why Nobody Cares About Online Shopping Sites In United Kingdom Classic Men’s Top Hat; Vimeo.Com,

  12. Vegas Slots表示:

    The 10 Most Terrifying Things About Vegas Slots Vegas Slots

  13. we have different sectional sofas at home, i find them very comfortable and easy to setup’

  14. 3 Reasons 3 Reasons Why Your Auto Accident Attorneys Is Broken (And How To Repair It) Auto accidents

  15. Mesothelioma is a type of cancer, affects the thin tissue
    layer that covers the majority of the internal organs
    of the body. It is caused by exposure to Asbestos Litigation.

  16. The 10 Most Scariest Things About Which Is Best For Online Grocery Shopping which is best for online grocery shopping

  17. You will find on our sites exclusive no deposit bonuses,no deposit casino , no deposit poker , no deposit bingo , no deposit forex and all the best deposit bonuses

  18. 15 Strange Hobbies That Will Make You Smarter At Affordable Local
    SEO Company marketing companies

  19. Coffee Machines Espresso Tools To Ease Your Everyday Lifethe Only Coffee Machines Espresso Trick That
    Should Be Used By Everyone Know machines espresso

  20. Tony表示:

    You’ll Never Guess This Window Doctor Near Me’s Secrets window doctor near
    me [Tony]

  21. 10 Things You Learned In Kindergarden That Will Help You Get Double Glazing In Birmingham Window fitter Birmingham

  22. See What Psychiatric Assessment Near Me Tricks The Celebs
    Are Using Psychiatric assessment near me

  23. Where Will Malpractice Lawyer Be 1 Year From Now? Malpractice attorney

  24. Five Killer Quora Answers To Double Glazing Repairs Leeds glazing Repairs leeds

  25. Csgo表示:

    What’s The Job Market For Counter Strike Global Offensive CSGO Professionals?
    Csgo

  26. Testing For ADHD In Adults: The Ultimate Guide To Testing For ADHD In Adults adhd Testing [http://www.hblqs.com/plus/guestbook.php]

  27. 15 Interesting Hobbies That Will Make You More Effective At
    Coffeee Machine Uk Coffee Machines

  28. 20 Myths About Slot Mechanics: Busted evoplay Slots themes

發佈留言

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