利用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...

10,831 Responses

  1. gge.itfk.org表示:

    5 Lessons You Can Learn From Land-Based Slots casino slot
    games (gge.itfk.org)

  2. 5 Killer Quora Answers On Federal Railroad Federal Railroad

  3. Why Double Glazing Repairs Near Me Is Your Next Big Obsession double Glazing replacement

  4. Why No One Cares About Leeds Door Panels window hinge Repairs leeds

  5. Janell表示:

    10 Things You Learned In Kindergarden They’ll Help You Understand Replacement Hyundai Key Fob 2011
    hyundai santa fe key fob (Janell)

  6. Lacy表示:

    10 Quick Tips About Mesothelioma Legal mesothelioma compensation (Lacy)

  7. Is Costa Beans 1kg The Best Thing There Ever Was? 1kg of Coffee beans

  8. Double Glazing Near Me Tools To Ease Your Everyday Lifethe
    Only Double Glazing Near Me Trick Every Individual Should Learn double Glazing near me

  9. 10 Failing Answers To Common Modern Slots Questions Do You
    Know Which Answers? Video Poker Slots

  10. The 10 Most Terrifying Things About Single Hand Fold
    Stroller single hand fold stroller

  11. Nine Things That Your Parent Teach You About Shopping Online Site Clothes Shopping Online Site
    Clothes (12.Vaterlines.Com)

  12. The Most Hilarious Complaints We’ve Heard About Birth Defect
    Lawsuit birth Defect Lawsuits

  13. 5 Qualities That People Are Looking For In Every Truck Accident Claim
    truck accident attorneys (alt1.toolbarqueries.Google.com.ly)

  14. Asbestos attorney can be a risky, naturally occurring
    mineral used to create insulation and fire resistance.
    For a long time it was used in a variety of manufacturing commercial, industrial, and settings in New
    York and across the country.

  15. 7 Things You’ve Never Known About Personal Injury Settlement personal Injury Lawsuits

  16. 12 Statistics About New Upvc Door To Inspire You To Look More
    Discerning Around The Water Cooler replacing upvc door lock

  17. Fannie表示:

    What’s The Current Job Market For Best Coffee Machine For Latte Professionals?
    best coffee machine for latte (Fannie)

  18. Bonus Slots表示:

    What’s The Current Job Market For Bonus Slots Professionals?
    Bonus Slots

  19. nts.oto9.net表示:

    20 Insightful Quotes About Upvc Front Doors upvc front doors supplied
    and Fitted, nts.oto9.net,

  20. Kcpthk表示:

    purchase norpace sale – epivir 100mg oral buy generic thorazine 100mg

  21. Jaclyn表示:

    Ten Things Everybody Is Uncertain About Examples Of Online Products cheap online clothing stores
    with free shipping worldwide (Jaclyn)

  22. Five Killer Quora Answers On Motor Vehicle Law motor vehicle accident attorneys

  23. Barry表示:

    5 Killer Quora Answers On Motor Vehicle Lawsuit motor vehicle accident attorneys (Barry)

  24. 10 Life Lessons We Can Learn From Double Glazing Repair Bedford aluminium Windows bedfordshire

  25. rd.99oz.net表示:

    How Do I Explain ADHD Diagnosis UK Adults To A 5-Year-Old Being diagnosed with adhd as an adult (rd.99oz.net)

  26. car accidents表示:

    Quiz: How Much Do You Know About Car Accident Settlement?
    car accidents

  27. The Reason Why Boot Mobility Scooters Is Everyone’s Passion In 2023 http://www.arlennizo.top

  28. Ten Things Everybody Is Uncertain About The Word “Car Accident Lawsuit.” car accident attorneys [https://14.Vaterlines.com/]

  29. Elvira表示:

    The Unspoken Secrets Of The Door Doctor window weatherstripping (Elvira)

發佈留言

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