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

  1. 10 Mobile Apps That Are The Best For Repair Double Glazed Windows window Repairs

  2. Upvc Window Repairs Near Me Tools To Ease Your
    Daily Lifethe One Upvc Window Repairs Near Me
    Trick That Every Person Must Know Upvc Window Repairs Near Me

  3. Motor Vehicle Attorney: The Good, The Bad, And The Ugly
    motor vehicle accidents

  4. case opening表示:

    14 Smart Ways To Spend Your Left-Over CSGO Battle Case Budget case opening

  5. The 10 Most Scariest Things About Blown Double
    Glazing Repairs Near Me double glazing repairs near me

  6. injury表示:

    Injury Settlement Tools To Improve Your Daily Life Injury Settlement Trick That Everyone Should Learn injury

  7. How Uk Online Shopping Sites For Mobile Became The Top Trend On Social Media Wildside+ Jar Blender

  8. case Opening表示:

    7 Simple Changes That’ll Make The Difference With Your How To
    Get CS GO Cases case Opening

  9. The very first thing I did was develop a brand new page on my blog page specifically for feedback and nothing at all else and I entitled it Article Feedback. I then manually moved every one of the comments posted to my weblog thus far to my piece of writing comments page by using the Shift Remarks plugin for WordPress. Immediately after all, I wanted to preserve all of my responses in order to reward my the best commenters with site-wide do-follow backlinks.

  10. What’s The Job Market For Truck Accident Compensation Claims Professionals Like?
    truck accident; http://to-bogum.com/,

  11. Who’s The Top Expert In The World On Replace Window Pane? cost of A Window Replacement

  12. 3 Common Reasons Why Your Best CSGO Opening Site
    Isn’t Working (And Solutions To Resolve It) counter-strike cases

  13. 10 Healthy Habits For A Healthy Window Glass Repair Near Me
    window repairs (acecomsolution.Com)

  14. I discovered your blog site on google and test a few of your early posts. Continue to keep up the superb operate. I simply further up your RSS feed to my MSN Information Reader. Searching for ahead to studying extra from you afterward!? I am typically to blogging and i really appreciate your content. The article has actually peaks my interest. I’m going to bookmark your web site and maintain checking for new information.

  15. See What Replacement Window Seals Tricks The Celebs Are Using Replacement window seals

  16. pgttp.com表示:

    15 Adhd Assessment London Bloggers You Must Follow Why Are adhd assessments so expensive (pgttp.com)

  17. The 10 Most Scariest Things About List Of Online Shopping Sites Uk
    list of online shopping sites uk

  18. The Best Tips You’ll Receive About Malpractice Attorneys malpractice law firms

  19. You’ll Never Be Able To Figure Out This Is Treadmill Incline Good’s Tricks Is treadmill incline good

  20. 15 Hot Trends Coming Soon About Repair Double Glazed Windows Double glazed window repairs near Me

  21. access towers表示:

    Hello! I just would wish to make a enormous thumbs up for your great info you have here for this post. I’ll be coming back to your site for further soon.

  22. The Reasons Best SEO Agency Isn’t As Easy As You Think search engine optimisation Agency

  23. I thought this says a lot, There’s no place like home.

  24. 5 People You Should Meet In The Medical Malpractice Law Industry
    medical malpractice attorney

  25. Arielle表示:

    You’ll Be Unable To Guess London Online Clothing Shopping Sites’s Secrets
    london online clothing shopping sites – Arielle,

  26. What’s The Job Market For Best Rated Folding Treadmill Professionals Like?
    Best rated folding treadmill

  27. attorneys表示:

    10 Things You Learned In Preschool That’ll Help You With Motor Vehicle Compensation attorneys

  28. 5 Killer Quora Answers On Railroad Injury Fela Lawyer Railroad Injury Fela Lawyer

  29. Laverne表示:

    All The Details Of Cambridge Doors And Windows Dos And Don’ts double glazing repairs near me [Laverne]

發佈留言

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