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

  1. 16 Facebook Pages You Must Follow For Upvc Replacement Door Handles-Related Businesses upvc doors repairs near Me

  2. Nine Things That Your Parent Teach You About Upvc Window Repairs upvc window repair (Strongprisonwivesandfamilies.com)

  3. 24 Hours To Improve Single Standing Stroller single seat stroller [Images.google.com.ar]

  4. 10 Websites To Help You To Become A Proficient
    In Semi Truck Legal semi truck Accident Lawsuits

  5. drapia.org表示:

    Why Erb’s Palsy Claim Is Fast Becoming The Hottest Trend Of
    2023? Erb’s Palsy Lawsuit (drapia.org)

  6. What Is The Reason? Adhd Symptoms In Women Test Is Fast Becoming The
    Hottest Trend Of 2023 adhd Adult female symptoms

  7. Yvonne表示:

    10 Facts About Double Glazing Window Repairs That Can Instantly Put
    You In An Optimistic Mood upvc windows repair near me (Yvonne)

  8. Double Glazing Companies Near Me Tools To Help You Manage Your Daily Life Double Glazing Companies Near Me Trick That Should Be Used
    By Everyone Be Able To Double glazing Companies near me

  9. 10 Tell-Tale Warning Signs You Should Know To Know Before
    You Buy Private ADHD Private Adhd assessment

  10. Three Greatest Moments In Replacement Lock For Upvc Door
    History Replacement Panels For Upvc Doors

  11. Jonnie表示:

    10 Wrong Answers To Common Blown Double Glazing Repairs Near Me
    Questions Do You Know The Right Ones? double glazing
    window handles (Jonnie)

  12. 7 Simple Changes That Will Make The Difference With Your ADHD In Women Adults adhd In adult Women test

  13. Beware Of This Common Mistake With Your Demo Slot Princess 1000 demo starlight princess

  14. Double Glazing Repairs Near Me Tools To Streamline Your Daily Life Double Glazing Repairs Near Me Trick Every Person Should Learn double glazing repairs near Me

  15. Window Repair表示:

    Window Repairs Tips To Relax Your Everyday Lifethe Only Window Repairs Trick That Everybody Should
    Be Able To Window Repair

  16. Double Glazing Cambridge Tools To Ease Your Daily Life Double Glazing Cambridge Technique Every
    Person Needs To Learn double Glazing cambridge

  17. 10 Misconceptions Your Boss Holds Regarding Double Glazed Near Me replacing a Double glazed unit

  18. glass表示:

    What Is Double Glazed Windows Repairs And Why Is Everyone
    Speakin’ About It? glass

  19. Railroad Injuries Case Tools To Improve Your Daily Life Railroad Injuries Case Trick Every Person Should Learn railroad injuries

  20. Bank Charges And The Same Price Of Bounced Cheques
    중기청 대출

  21. Veterans Disability Lawyers Tips To Relax Your Everyday Lifethe Only Veterans Disability Lawyers Trick That Every Person Should Know veterans disability Lawyer

  22. The 10 Scariest Things About Medical Malpractice Law medical Malpractice

  23. A Guide To Hyundai Key Replacement From Start To Finish Hyundai Smart Key Replacement

  24. window repair表示:

    7 Useful Tips For Making The Most Of Your Windows Repairs
    window repair

  25. You’ll Never Be Able To Figure Out This Upvc Window Repairs Near Me’s Tricks upvc window repairs near me

  26. How To Tell If You’re Ready For ADHD Treatment In Adults
    adhd treatment for adults medication

  27. 5 Killer Quora Answers On Best 18 Wheeler Accident
    Attorneys 18 Wheeler accident attorneys

  28. Meet Your Fellow Best 18-Wheeler Accident Lawyer Enthusiasts.
    Steve Jobs Of The Best 18-Wheeler Accident Lawyer
    Industry 18 Wheeler accidents

  29. Sliding Patio Door Repairs Tools To Ease Your Daily Life Sliding Patio Door Repairs Trick
    That Should Be Used By Everyone Learn sliding patio door Repairs

  30. What’s The Job Market For Double Glazing Near Me Professionals?
    double glazing near me – http://chamel.kr/,

發佈留言

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