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

  1. 4 Dirty Little Details About Online Shopping Sites Industry Online Shopping Sites Industry online Shopping sites for dress

  2. Geneva表示:

    9 Things Your Parents Taught You About Birmingham Door
    Panels best double glazing business in birmingham;
    Geneva,

  3. 10 Misconceptions Your Boss Holds Concerning Mesothelioma Attorneys Reputable Asbestos Attorney

  4. Ru.dpgst.com表示:

    7 Things About Certified Slots You’ll Kick Yourself For Not Knowing bonus round
    slots – Ru.dpgst.com

  5. Everything You Need To Learn About Winning Slots video slots [http://Reali.esport.ge/]

  6. Ten Things You Learned About Kindergarden That’ll Help You With Leather Living Room Sets genuine leather sofa set (http://Www.wcmisst.org)

  7. The Most Worst Nightmare About Three Wheel Mobility Scooters Sale It’s
    Coming To Life 3 wheeled motor scooters (http://ordosxue.cn/plus/guestbook.Php)

  8. Buying Online From Uk To Ireland Tools To Make Your
    Everyday Lifethe Only Buying Online From Uk To Ireland Technique Every Person Needs To Learn buying online From uk To ireland

  9. 4 Dirty Little Details About Replacement Lock For Upvc Door Industry
    Replacement Lock For Upvc Door Industry hinges for upvc doors

  10. jerealas.top表示:

    15 Up-And-Coming Double Glazing Windows Repairs Bloggers You
    Need To See jerealas.top

  11. The 12 Types Of Twitter Online Shopping Sites Accounts You
    Follow On Twitter online shopping sites for dress

  12. Don’t Make This Silly Mistake With Your Timber Windows Cambridge Window hinge Repair

  13. The No. Question That Everyone In Adhd Assessments For Adults Should Be Able To Answer adhd assessment for adults uk (http://www.google.com/url?q=https://emplois.fhpmco.fr/author/harborheat05/)

  14. The Ugly Truth About Veleco Mobility Veleco Company

  15. If You’ve Just Purchased Collapsible Scooters … Now What?
    Mobility Scooters To Fit In Car Boot

  16. Seo Services表示:

    The No. 1 Question Everybody Working In Affordable
    SEO Strategies Near Me Should Be Able To Answer Seo Services

  17. xypid.win表示:

    10 Tell-Tale Signs You Need To Look For A New Slot
    Rtp slot features (xypid.win)

  18. The Top Reasons People Succeed In The Online Slots Industry slot Adventures

  19. Responsible For An Semi Truck Lawsuits Budget?
    12 Ways To Spend Your Money semi Truck accident lawsuit

  20. Five Killer Quora Answers On Charity Shop Online Clothes Uk Charity Shop Online Clothes Uk (M.Neol.Piece-Worker.Com)

  21. Ten Things You’ve Learned In Kindergarden To Help You Get Started With Adhd Assessments For Adults How Do You Get Assessed For Adhd

  22. Why You Should Concentrate On Improving Slot Gaming Experience video Poker Slots

  23. The 9 Things Your Parents Taught You About Upvc Windows Near Me upvc windows
    near me (Fearlier50.bravejournal.net)

  24. The 10 Most Terrifying Things About High Roller Slots High Roller Slots

  25. The Three Greatest Moments In Slot Jackpots History Top Developer Slots

  26. What To Do To Determine If You’re At The Right Level To Go After Double Glazed Window
    Crawley upvc window repair near me

  27. 14 Creative Ways To Spend On Leftover How Long Does
    18-Wheeler Lawsuit Take Budget 18 wheeler accidents

發佈留言

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