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

  1. Best Place To Buy Bunk Beds Tools To Make Your Daily Life Best Place
    To Buy Bunk Beds Trick That Every Person Must Learn Bunk
    (losguerrerosdeoracion.com)

  2. 20 Trailblazers Setting The Standard In Luton Windows And Doors window and doors company near me

  3. What Is Loft Bed And How To Utilize What Is Loft Bed And How To Use metal Loft Bunk bed

  4. Chad表示:

    The Reason Demo Akun Is Fast Becoming The Hottest Fashion Of 2023 Chad

  5. Quiz: How Much Do You Know About Personal
    Injury Lawyers? personal Injury law Firm

  6. You’ll Never Guess This Online Shop Designer Suits’s Tricks online Shop designer suits

  7. 9 Things Your Parents Taught You About Mental Illness Assessment
    Mental Illness Assessment

  8. Valentin表示:

    You’ll Never Guess This Window Replacement Near Me’s Tricks
    window replacement near me – Valentin,

  9. 5 Killer Quora Answers On Shopping Online Sites List
    shopping online sites (https://lnx.argonband.it/)

  10. 36035372.xyz表示:

    Are Lg Side By Side Fridge Freezer The Best There Ever Was?
    36035372.xyz

  11. Judith表示:

    The 10 Most Terrifying Things About Demo Slot Gates Of Gatotkaca
    Mokapog demo slot gates of gatotkaca (Judith)

  12. What’s The Job Market For Uk Online Phone Shopping Sites Professionals?
    uk Online phone shopping sites

  13. 13 Things About Erb’s Palsy Claim You May Not Have Considered erb’s palsy lawyers

  14. See What Where To Buy Electronics Online Tricks The Celebs Are Making Use Of Where to buy electronics online

  15. 9326527表示:

    Sage Advice About Diagnosis For ADHD From An Older Five-Year-Old 9326527

  16. 10 Sites To Help You To Become An Expert In Glass Window Repair https://www.257634.xyz

  17. 5 Laws That Will Help In The Va Asbestos Claims Industry http://www.9363280.xyz

  18. 5 Killer Quora Answers On Shopping Online Sites
    List shopping online sites list

  19. The Top Reasons For Private Mental Health Psychiatrist’s Biggest
    “Myths” About Private Mental Health Psychiatrist Could Be True
    private Psychatrist (https://dadazpharma.com)

  20. 10 Large Sectional Sofa-Related Meetups You Should Attend https://www.4452346.xyz

  21. Car accident表示:

    Guide To Car Accident Litigation: The Intermediate Guide The Steps To Car Accident Litigation Car accident

  22. 10 Things You Learned In Kindergarden That’ll Help You With Private Adhd Assessment adhd assessment cost uk

  23. 5611432.xyz表示:

    A Step-By-Step Guide To Keys Programmed From Beginning To End 5611432.xyz

  24. What Is The Reason? Personal Injury Claim Is Fast Becoming The Hot Trend For 2023?
    personal injury Lawyer

  25. The 10 Most Terrifying Things About List Of Online Shopping Sites In Uk List Of Online Shopping Sites In Uk

  26. Edda Fay表示:

    11 Ways To Completely Revamp Your Bunk Bed For Sale Edda Fay

  27. 9 Lessons Your Parents Taught You About Amazon Online Shopping Clothes Uk amazon online shopping clothes uk

  28. The Most Powerful Sources Of Inspiration Of Truck Accident Lawsuits truck Accident Attorney

  29. 10 Startups That’ll Change The Double Glazing Repairs Near Me Industry For
    The Better http://www.jerealas.top

發佈留言

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