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

  1. j.lix7.net表示:

    How To Create An Awesome Instagram Video About Medical Malpractice Law medical malpractice Lawsuit (j.lix7.net)

  2. 10 Double Glazing Deals Near Me-Related
    Meetups You Should Attend double Hlazing

  3. Larry表示:

    Everything You Need To Learn About Upvc Door And Window window handles for upvc (Larry)

  4. door表示:

    What Do You Think? Heck Is Double Glazed Repairs Near Me? door

  5. You’ll Never Be Able To Figure Out This Window Doctor Near Me’s Tricks window Doctor near Me

  6. The 10 Scariest Things About Blown Double Glazing Repairs Near Me Double Glazing

  7. Guide To Replacement Upvc Window Handles: The Intermediate Guide To Replacement Upvc Window Handles replacement upvc Window handles

  8. 10 Repair Misted Double Glazing Near Me-Friendly Habits To Be Healthy
    Double glazing upvc windows

  9. See What SEO Consulting Company Tricks The Celebs Are Making Use Of consulting company

  10. Robbin表示:

    What Treadmill Incline Foldable Experts Want You To Be Educated Robbin

  11. delivery表示:

    5 Reasons To Consider Being An Online Treadmill That Folds Flat And 5 Reasons Not To delivery

  12. 9363280.xyz表示:

    20 Questions You Need To Ask About Asbestos Compensation Claims Before Purchasing It 9363280.xyz

  13. 5611432.xyz表示:

    A Guide To Car Key Programing From Start To Finish 5611432.xyz

  14. You’ll Never Be Able To Figure Out This Foldable
    Treadmill’s Tricks zackfoxworth.top

  15. jerealas.top表示:

    This Week’s Most Popular Stories About Glazing Repair Glazing Repair
    jerealas.top

  16. 10 Things People Get Wrong About The Word “Anxiety Treatment” Treating Anxiety Disorders

  17. See What Upvc Window Repair Near Me Tricks The
    Celebs Are Using Window repair near me

  18. Analyzing November 23 At Casino Slot Machines – Jackpot Slot Machines Selection 프라그마틱 환수율

  19. Ten Medical Malpractice Case Myths That Aren’t Always True Medical malpractice law Firms

  20. 11 Creative Ways To Write About Medical Malpractice Legal Medical Malpractice Lawyers

  21. 9363280.xyz表示:

    10 Things Everyone Hates About Asbestos Claim Payouts 9363280.xyz

  22. firm表示:

    15 Shocking Facts About Veterans Disability Case You’ve Never Heard Of firm

  23. You’ll Be Unable To Guess Medical Malpractice Case’s Secrets medical malpractice

  24. Why Door Repairs Near Me Is Your Next Big Obsession upvc door repairs near me

  25. Nice post. I learn something totally new and challenging on websites I stumbleupon everyday. It will always be interesting to read articles from other authors and practice something from their websites.

  26. Information For Loan Modification Assistance 신용불량자 대출

  27. 5 Killer Quora Answers To Window Repairs Near Me Window Repairs near me

  28. 10 Things That Your Family Teach You About Upvc Window Repairs Near
    Me upvc window repairs near me

  29. Watch Out: How Drip Coffee Machine Is Taking Over And What To Do About It http://www.3222914.xyz

  30. Guide To Double Glazed Window Near Me: The Intermediate
    Guide The Steps To Double Glazed Window Near Me double glazed window near me – yealinkkorea.net

發佈留言

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