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

  1. kizkiuz.Com表示:

    20 Insightful Quotes On Upvc Patio Doors upvc Panel doors,
    kizkiuz.Com,

  2. 10 Things That Your Family Teach You About Upvc Windows Near Me Upvc Windows Near me

  3. Verona表示:

    5 Double Glazing Installers Near Me Tips From The Pros window double glazed – Verona

  4. The 10 Most Scariest Things About Double Glazed Window
    Suppliers Near Me double glazed windows near Me

  5. The 10 Most Scariest Things About Dangerous Drugs Attorneys Dangerous
    Drugs Attorneys (Wiki.Salimar.It)

  6. 15 Unquestionably Reasons To Love Titration Meaning ADHD private adhd medication titration

  7. Pvc Doctor表示:

    The 9 Things Your Parents Teach You About Pvc Doctor Pvc Doctor

  8. installers表示:

    How To Explain Double Glazing Deals Near Me To Your Grandparents
    installers

  9. 5 Reasons To Be An Online Double Glazing Repair Leeds Buyer
    And 5 Reasons To Not double glazed Window repairs

  10. This Week’s Most Popular Stories About Double Glazed Units Manufacturers Near Me Double Glazed Units Manufacturers Near Me double Glazing window locks; kb0b6iz7fozpq8ab7t91krji.com,

  11. Rosaria表示:

    Guide To Double Glazed Window Replacement: The Intermediate Guide The Steps To Double Glazed Window Replacement
    double glazed window replacement (Rosaria)

  12. The 10 Most Scariest Things About Double Glazing Companies Near Me double Glazing companies near me

  13. The 10 Most Scariest Things About Upvc Door Repairs Near Me upvc Door repairs near me

  14. Things Bear In Mind While Playing Roulette 에볼루션 배팅
    취소 (https://maps.google.com.mx)

  15. 9 Things Your Parents Teach You About Double Glazed Windows Near Me double
    glazed windows near Me (sustainabilipedia.org)

  16. Be On The Lookout For: How Private Psychiatrist Appointment Is Taking Over The World And What We Can Do About It private psychiatric assessment near Me

  17. Suzanne表示:

    Guide To Upvc Windows Near Me: The Intermediate Guide The Steps To Upvc Windows Near Me upvc windows
    near me (Suzanne)

  18. Eye-Fi Explore X2 Sd Memory Card Is The Next Great Wireless Innovation 비상금 대출

  19. Nine Things That Your Parent Taught You About Upvc Window Repair Near Me window repair near me

  20. Gqekje表示:

    ascorbic acid 500mg ca – isosorbide dinitrate pills compro without prescription

  21. Advantages Of Ordinary Seo Hosting SEO (weteringbrug.info)

  22. Dulcie表示:

    Upvc Repairs Near Me Techniques To Simplify Your Everyday Lifethe Only Upvc Repairs Near Me Trick That
    Every Person Should Know upvc repairs near me (Dulcie)

  23. Guide To Double Glazing Repairs Near Me: The Intermediate Guide Towards Double Glazing Repairs Near Me
    Double Glazing Repairs near me

  24. You’ll Be Unable To Guess Upvc Window Repair Near Me’s
    Tricks upvc window repair near me

  25. Guide To Upvc Repairs Near Me: The Intermediate Guide On Upvc Repairs Near Me upvc Repairs near Me

  26. Seven Explanations On Why Medical Malpractice Lawyers Is So Important Medical malpractice lawsuit

發佈留言

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