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

  1. Buy chocolate bars for sale with fast and secured delivery worldwide. Enjoy high-quality chocolate bars for sale delivered discreetly and securely to your door.

  2. A Look At The Ugly Truth About Buy Chest Freezer Lg American Fridge Freezer

  3. What your stating is completely real. I know that everybody need to say the identical element, but I just consider that you spot it in a way that everybody can recognize. I also enjoy the photos you spot in here. They in shape so nicely with what youre attempting to say. Im particular youll attain so various folks with what youve acquired to say.

  4. Car Boot Mobility Scooters Tools To Ease Your Everyday Lifethe Only Car Boot Mobility Scooters Trick That Everyone Should Learn boot mobility scooter

  5. The Most Underrated Companies To In The Filter Coffee Machine Industry drip coffee Maker

  6. What’s The Job Market For Accident Compensation Professionals?
    accident Attorneys

  7. Sommer表示:

    A How-To Guide For American Fridge Freezer From
    Start To Finish zackfoxworth.top – Sommer,

  8. 5 Killer Quora Answers To Replacement Double Glazing Units
    Near Me Double glazing Units near Me

  9. Nine Things That Your Parent Taught You About Single Stroller For Sale single Travel stroller

  10. The the very next time I read a blog, Hopefully which it doesnt disappoint me around brussels. What i’m saying is, It was my choice to read, but I just thought youd have some thing interesting to convey. All I hear can be a couple of whining about something you could fix in the event you werent too busy in search of attention.

  11. I believe that is a captivating element, it made me suppose a bit. Thanks for sparking my pondering cap. From time to time I get such a lot in a rut that I just feel like a record.

  12. I really want to thank you for yet another great informative post, I’m a loyal visitor to this blog and I can’t tell you how much valuable tips I’ve learned from reading your content. I really appreciate all the hard work you put into this great blog.

  13. 5 Killer Quora Answers On Replacement Double Glazing Units Near Me replacement double glazing units near me (hikvisiondb.webcam)

  14. Small L Shape Sofas Tips To Relax Your Everyday Lifethe Only Small L Shape Sofas Trick That Every
    Person Should Know l shaped couch patio

  15. You’ll Be Unable To Guess 18 Wheeler Accident Law Firm’s Tricks 18 Wheeler Accident Law Firm (Active.Popsugar.Com)

  16. Francesca表示:

    Who Is Responsible For A 3 Wheel Buggy Budget?
    12 Top Ways To Spend Your Money 3 wheel stroller for running (Francesca)

  17. Throughout the great scheme of things you receive an A with regard to effort. Where exactly you misplaced me was in the particulars. As people say, details make or break the argument.. And it could not be more correct here. Having said that, allow me inform you just what did give good results. The writing can be highly convincing which is possibly the reason why I am making the effort in order to opine. I do not make it a regular habit of doing that. Next, whilst I can easily notice a jumps in reason you come up with, I am not confident of how you appear to unite the points which in turn help to make your final result. For now I shall yield to your issue however trust in the foreseeable future you link your facts much better.

  18. I dugg some of you post as I thought they were very beneficial invaluable

  19. The Advanced Guide To Demo Gates Of Gatotkaca slot demo Gates of gatotkaca

  20. Nine Things That Your Parent Taught You About Non Stimulant ADHD Medication Uk non stimulant adhd Medication

  21. Wow, you seem to be very knowledgable about this kind of topics.’.-.:

  22. The Most Negative Advice We’ve Ever Heard About Glass Replacement Windows Patio Door Glass Replacement

  23. 11 Methods To Refresh Your Mesothelioma mesothelioma legal Counsel

  24. 15 Shocking Facts About Nissan Micra Key Replacement That You Never Knew Nissan Key Replacement Bristol

  25. In advance of you decide to create your own checklist to include an idea associated with what camping checklist ought to.

  26. See What Filtered Coffee Makers Tricks The Celebs Are Using Filtered Coffee makers

  27. Saab car key表示:

    Saab Key Replacement Tools To Help You Manage Your Daily Life Saab car key

  28. 20 Questions You Should Always Have To Ask About Coffee Machines For Pods Prior To Purchasing Coffee Machines For Pods Coffee pod Machines

  29. It is best to take component in a contest for among the finest blogs on the internet. I will suggest this website!

  30. tread Mills表示:

    The 10 Most Scariest Things About Tread Mills tread Mills

發佈留言

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