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

  1. The 10 Most Terrifying Things About Cerebral Palsy Legal Cerebral Palsy

  2. Buggy Single Tools To Help You Manage Your Everyday Lifethe
    Only Buggy Single Trick That Every Person Should Learn buggy single (http://www.autogenmotors.com)

  3. 14 Cartoons About Comfortable Couches For Sale That’ll Brighten Your Day Cheap Sofas For Sale Under 300 (Dogenbio.Fineyes.Com)

  4. Slot software表示:

    What’s The Current Job Market For Slot Software Professionals Like?
    Slot software

  5. Window Repairs Near Me Techniques To Simplify Your Everyday Lifethe Only Window Repairs Near Me Trick Every Person Should Be Able To window repairs Near me

  6. You’ll Never Be Able To Figure Out This Shopping
    Online Uk To Ireland’s Tricks shopping online uk to ireland

  7. kizkiuz.com表示:

    The Ultimate Cheat Sheet On Bonus Slots slot Machine tips, kizkiuz.com,

  8. Truck Accidents Lawyers Tools To Ease Your Daily Life Truck Accidents Lawyers Trick That Every
    Person Must Be Able To Truck Accidents

  9. Five Killer Quora Answers To SEO Marketing Company seo marketing company (http://www.magurogu.fun)

  10. Nine Things That Your Parent Taught You About Upvc Window Repairs Near Me Window Repairs Near Me

  11. Guide To Double Glazed Window Near Me: The Intermediate Guide
    Towards Double Glazed Window Near Me Double Glazed Window Near Me

  12. 20 Trailblazers Lead The Way In Shopping Online Uk Gridiron helmet Stickers

  13. See What How Much Is A Private ADHD Assessment UK Tricks The Celebs Are Using How Much Is A Private Adhd Assessment Uk

  14. The Expert Guide To Special Slots top software providers for slots (https://www.ecc.itu.edu.tr)

  15. Kirk表示:

    The 12 Worst Types Slot Software Tweets
    You Follow newest slots (Kirk)

  16. What’s The Job Market For Double Glazed Window Repairs Professionals?
    Double Glazed Window Repairs

  17. Misty表示:

    Blown Double Glazing Repairs Near Me The Process Isn’t As Hard As You Think Misty

  18. Why We Enjoy Online Shop (And You Should, Too!) cheapest online shopping uk

  19. Guide To Online Shopping Sites In United Kingdom: The Intermediate Guide In Online
    Shopping Sites In United Kingdom online Shopping sites in united kingdom

  20. Your Family Will Be Thankful For Having This Slot Apps
    Real Money Slots

  21. 5 Killer Quora Answers On Double Glazed Window Repairs
    Near Me Double Glazed window repairs near me (m.042-527-9574.iwebplus.co.Kr)

  22. What’s The Current Job Market For L Shaped Sofa Couch Professionals?

    l Shaped sofa Couch

  23. The Top Reasons People Succeed In The Accident Claim Industry accident lawsuits

  24. Fruit Slots表示:

    20 Myths About Slot Bonuses: Dispelled Fruit Slots

  25. What’s The Job Market For Private ADHD Titration UK Professionals?
    adhd Titration

  26. Beans 1Kg表示:

    Nine Things That Your Parent Teach You About Taylors Rich
    Italian Coffee Beans 1kg Beans 1Kg

  27. Son表示:

    A Step-By-Step Guide To Certified Slots top casino slots –
    Son

  28. 9 Things Your Parents Teach You About Window Doctor Near Me window doctor Near me

發佈留言

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