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

6,964 Responses

  1. 3 Reasons The Reasons For Your Double Glazed Window Repairs Near Me Is Broken (And How To Repair It) Double glazing Repair near me

  2. Nine Things That Your Parent Taught You About Upvc Windows Near Me Upvc windows near me (spectr-Sb116.ru)

  3. 10 Websites To Help You Be A Pro In Window Glass Replacement
    Window Glass Replacement Near Me

  4. Is Technology Making Mental Health Assessment Uk Better Or Worse?
    overall Mental health assessment

  5. 7 Simple Tips To Totally Refreshing Your Medical Malpractice Compensation medical malpractice law firms

  6. 7 Small Changes You Can Make That’ll Make The Biggest Difference In Your Double Glazing Fitters Near Me Double Doors (https://Eugosto.Pt)

  7. malpractice表示:

    What’s The Job Market For Malpractice Attorney Professionals Like?
    malpractice

  8. 9326527表示:

    Here’s A Little-Known Fact Concerning Diagnosis ADHD 9326527

  9. 10 Sites To Help You Be A Pro In Affordable Folding Treadmill zackfoxworth.top

  10. 36035372.xyz表示:

    The 10 Scariest Things About Tall Fridge 36035372.xyz

  11. Medical Malpractice Lawyers Tools To Make Your Daily Lifethe One Medical
    Malpractice Lawyers Trick That Everyone Should Learn Medical malpractice Law firm

  12. 5 Things That Everyone Doesn’t Know About Replacement Double Glazing Units Near Me lock for double Glazed door

  13. Breanna表示:

    10 Things Everyone Hates About Window Glass Replacement Window Glass Replacement window replacement glass – Breanna

  14. Repairs To Upvc Windows Techniques To Simplify Your Everyday
    LifeThe Only Repairs To Upvc Windows Trick Every Person Should Learn upvc Windows
    (bbs.pku.edu.cn)

  15. 10 Facts About Demo Sugar Rush That Will Instantly Put You
    In A Good Mood sugar rush slot demo bonus Buy

  16. How Door Repair Transformed My Life For The Better upvc windows repairs near me

  17. Oscar Reys表示:

    10 Pinterest Accounts To Follow About Hades Gods Tier List Oscar Reys

  18. 15 Things You’re Not Sure Of About Slot Demo Pragmatic Slot Demo Bandito

  19. How To Explain Malpractice Law To Your Boss Malpractice Lawyers

  20. Ericka表示:

    20 Great Tweets From All Time About Space Key Lamborghini key lamborghini aventador; Ericka,

  21. Margarito表示:

    See What Double Glazing Repairs Near Me Tricks The Celebs Are Using double glazing repairs near me (Margarito)

  22. Guide To Double Glazed Window Near Me: The Intermediate
    Guide In Double Glazed Window Near Me double glazed window near Me

  23. 9 Things Your Parents Taught You About Window Doctor Near
    Me Window Doctor Near Me

  24. The Most Pervasive Problems With Veterans Disability Attorney veterans disability lawsuits

  25. The 12 Most Popular Malpractice Attorneys Accounts To Follow On Twitter barre Malpractice lawsuit

  26. The Most Underrated Companies To In The Upvc Windows
    Repair Industry upvc Window repairs

  27. 10 Unexpected Veterans Disability Lawsuit Tips veterans disability Law Firm

  28. Stephen表示:

    This Is The Advanced Guide To Double Glazing Misting Repair Stephen

  29. 5 Laws Everybody In Window Glass Replacement Should Know window Glass replacements

  30. See What Double Glazed Windows Near Me Tricks The Celebs Are Utilizing double glazed windows near me (https://kodmakare.nu)

發佈留言

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