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

  1. 9 Lessons Your Parents Teach You About Upvc Window Repairs Near Me
    window repairs Near Me

  2. Get A Fantastic Keyword Research Tool 구글지니어스

  3. Your House Business – Dream Or Reality? 라이브 카지노; https://cestmirhrdinka.blog.idnes.cz,

  4. Window Repair表示:

    What’s The Reason Nobody Is Interested In Repair Upvc Window Window Repair

  5. 3222914.xyz表示:

    A Good Rant About Table Top Freezer Black 3222914.xyz

  6. 5 Double Glazing Door Repairs Near Me Projects For Any Budget Double glazing Doors

  7. 13 Things You Should Know About Upvc Window Repair
    Near Me That You Might Not Have Considered upvc window repairs near me [http://www.Avian-flu.org]

  8. Five Things You’ve Never Learned About Double Glaze Repair Near Me Misted double glazing

  9. Eugenio表示:

    What Experts From The Field Of Veterans Disability Lawsuit Want You To Learn veterans
    disability law firm (Eugenio)

  10. Xbaxuc表示:

    durex gel where to buy – order durex gel online cheap buy cheap generic zovirax

  11. Five Things You’re Not Sure About About
    Window Repair Near Upvc window Repair near me

  12. elsycrays.top表示:

    This Is The Complete Guide To Locksmiths Cars elsycrays.top

  13. 구글SEO表示:

    Anyone Could Be An Seo Expert 구글SEO

  14. jerealas表示:

    Who Is Double Glazing Doors Repairs And Why You Should Consider Double Glazing Doors Repairs jerealas

  15. Nine Things That Your Parent Taught You About Double Glazed Window Suppliers
    Near Me double Glazed window suppliers near me

  16. 12 Companies Leading The Way In Medical Malpractice Lawsuit medical malpractice attorney

  17. Claudio表示:

    Double Glazing Fitters Near Me 10 Things I’d Like To Have Known In The Past double glazing installer (Claudio)

  18. Upvc Door Repairs Near Me Tools To Ease Your Daily Lifethe One Upvc Door
    Repairs Near Me Trick That Everybody Should Be
    Able To upvc door repairs near me, https://bravogam.com/hdst/161041,

  19. See What Double Glazing Units Near Me Tricks The Celebs Are Using double glazing Units near me

  20. Online Black-Jack – Rules Of The Overall Game 아티피셜 에볼루션

  21. What’s The Fuss About Upvc Repairs Near Me? Window Repair Near Me

  22. companies表示:

    The Most Underrated Companies To In The Double Glazing Windows
    Near Me Industry companies

  23. What’s The Job Market For Upvc Repairs Near Me Professionals Like?
    Upvc repairs near me

  24. 10 Quick Tips About Upvc Window Repairs Upvc Window Repairs Near Me

  25. See What Window Repairs Near Me Tricks The Celebs Are Making Use Of window Repairs near me

  26. Don’t Believe These “Trends” Concerning Double Glazing Shops
    Near Me window double glazed

  27. You’ll Never Guess This Window Replacement Near Me’s Benefits Window replacement near me

  28. Guide To Double Glazing Near Me: The Intermediate
    Guide Towards Double Glazing Near Me double glazing near me

  29. How To Make An Amazing Instagram Video About Medical Malpractice Litigation medical Malpractice Lawyer

發佈留言

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