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

  1. 10 Things That Your Family Teach You About Upvc Windows And Doors Near Me Upvc Windows And Doors

  2. Repair Misted Double Glazing Near Me Tools To Streamline Your Daily Lifethe One Repair Misted Double Glazing Near Me Technique Every Person Needs
    To Be Able To Double glazing Near Me

  3. Guide To Double Glazing Near Me: The Intermediate Guide Towards Double Glazing
    Near Me Double Glazing Near Me

  4. zackfoxworth表示:

    The Reason Best American Fridge Freezers Is Quickly Becoming The Most Popular Trend In 2023 zackfoxworth

  5. In My area表示:

    12 Facts About Double Glazed Window Suppliers Near Me To Make You Think Twice About The Cooler.
    Cooler In My area

  6. The 10 Most Scariest Things About Hire Truck Accident
    Lawyer Truck accident

  7. Are You Sick Of Double Glazed Windows Milton Keynes?

    10 Inspirational Sources That Will Invigorate Your Love Flush Sash Windows Milton Keynes

  8. 11 Ways To Fully Redesign Your Double Glazed Near
    Me replace glass in double Glazing

  9. Dangerous Drugs Law Firms Tools To Ease Your Daily Life Dangerous Drugs
    Law Firms Trick Every Person Should Be Able To Dangerous Drugs law firms

  10. seo 백링크表示:

    Seo Article Writing 101 – Fundamental Tips seo 백링크

  11. Rank For Competitive Keywords In Google Organic Search Results With Videos 구글상위노출 seo작업

  12. 10 Things That Your Family Taught You About Double Glazed Window
    Suppliers Near Me double glazed window suppliers near me

  13. How For A Loan With No Credit Check: It’s Enjoyable!

    무직자 대출 쉬운곳

  14. See What Window Repairs Near Me Tricks The Celebs Are Using
    window repairs near me

  15. 3 Common Causes For Why Your Double Glazing Repair Near Me Isn’t Working (And How
    To Fix It) Double glazing near me – https://X3.wiki/wiki/User:MaybelleMuench,

  16. 10 Things That Your Family Taught You About Upvc Windows Near Me Upvc Windows near me

  17. 15 Terms Everyone Working In The Veterans Disability Attorney Industry Should Know Veterans disability attorneys

  18. An In-Depth Look Into The Future What Will The Replace Window Glass Near Me
    Industry Look Like In 10 Years? window glass Replacement

  19. 9 Lessons Your Parents Teach You About Upvc Windows Near Me upvc windows near me

  20. 8 Tips For Boosting Your Carlock Smith Game http://www.elsycrays.top

  21. company表示:

    The Most Popular Double Glazing Repair Near Me The Gurus Have Been Doing
    3 Things company

  22. The Often Unknown Benefits Of Veterans Disability Claim Veterans disability lawyers

  23. Wendy表示:

    20 Replacement Mazda Key Websites That Are Taking
    The Internet By Storm mazda 3 key fob programming; Wendy,

  24. fela claims表示:

    10 Things Everybody Hates About Fela Attorneys Near Me Fela Attorneys Near Me fela claims

  25. 10 Tell-Tale Signs You Need To Buy A Double Glazed Windows Near Me Double glazing window replacement

  26. Mathias表示:

    What The 10 Most Stupid Double Glazing Showrooms Near Me Fails Of All Time Could’ve Been Prevented local double glazing companies [Mathias]

  27. wooden表示:

    Buzzwords De-Buzzed: 10 Different Methods To Deliver Windows Repairs Near Me wooden

  28. Nine Things That Your Parent Taught You About Upvc Window Repairs
    Near Me window Repairs near me

  29. Why Adding A Fela Lawsuits To Your Life’s Journey Will
    Make The Difference Federal Employers’

  30. window Repair表示:

    The 10 Most Scariest Things About Glass Window Repair window Repair

發佈留言

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