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

  1. Amos表示:

    See What Double Glazing Repairs Near Me Tricks The Celebs Are Utilizing double glazing repairs near me, Amos,

  2. Upvc表示:

    Why People Don’t Care About Double Glazing Supplies Near
    Me Upvc

  3. From The Web Twenty Amazing Infographics About Birth Injury Compensation birth injuries

  4. The Top Reasons People Succeed In The Birth Injury Attorneys Industry birth Injury lawsuits

  5. 10 Tell-Tale Signals You Need To Get A New Double Glazed Doors Near Me double glazed window handle

  6. Five Killer Quora Answers To Cerebral Palsy Attorneys
    Cerebral Palsy Attorneys

  7. 11 “Faux Pas” That Are Actually Okay To Do With Your Bunk Bed Store http://www.eddafay.top

  8. Gabriela表示:

    Five Killer Quora Answers On Replacement Double
    Glazing Units Near Me replacement double glazing units near me (Gabriela)

  9. Get Financial Assistance Through Personal Loan 소상공인 대출

  10. 9 Things Your Parents Teach You About Window Replacement Near Me window replacement near me

  11. Cotton Care表示:

    Really I enjoy your site with effective and useful information. It is included very nice post with a lot of our resources.thanks for share. i enjoy this post.

  12. See What Double Glazing Repairs Near Me Tricks The
    Celebs Are Using Double Glazing Repairs Near Me

  13. What Is Door Repairs Near Me And Why Is Everyone
    Speakin’ About It? upvc door Repairs near me

  14. “A Guide To Mini Cooper Replacement Keys In 2023 mini cooper key
    not working

  15. 10 Inspiring Images About Upvc Door Handles replacement upvc door handles

  16. You’ll Never Guess This Window Doctor Near Me’s Tricks Window Doctor Near Me

  17. Personal Loans – Applying Online 신혼부부 대출

  18. 9 Signs That You’re A Double Glazing Suppliers Near Me Expert Double glazing Door locks

  19. Responsible For A Workers Compensation Litigation Budget?

    10 Fascinating Ways To Spend Your Money workers’ compensation lawyer

  20. Five Killer Quora Answers On Window Repairs Near Me window repairs near me – http://www.Fggc.kr/

  21. 10 Mistaken Answers To Common Double Glazing Fitters Near Me Questions Do
    You Know The Right Answers? double glazing window replacement (dptotti.fic.edu.uy)

  22. 24 Hours To Improve Double Glazed Windows
    Luton Windows Company Near Me

  23. Five Killer Quora Answers To Replacement Double Glazing Units Near Me replacement double glazing Units near Me

  24. Upvc Windows Near Me Tools To Ease Your Daily
    Life Upvc Windows Near Me Trick Every Person Should Learn upvc windows near me

  25. Five Killer Quora Answers To Replacement Double Glazing Units Near Me double glazing Unit

  26. Jika.be表示:

    9 Lessons Your Parents Taught You About Double Glazed Windows High
    Wycombe double glazed windows high wycombe (Jika.be)

  27. Your post is a valuable resource for us all.프라그마틱 이미지

  28. Nine Things That Your Parent Teach You About Upvc Window Repairs Near
    Me Window Repairs Near Me

  29. repaired表示:

    10 Facts About Upvc Window Repairs Near Me That Can Instantly Put
    You In The Best Mood repaired

  30. Oscar Reys表示:

    5 Killer Quora Answers On Slot Demo Gratis Zeus Vs Hades Oscar Reys

發佈留言

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