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

  1. 30 Inspirational Quotes On Double Strollers Single Double stroller

  2. Five Qualities That People Search For In Every Double
    Glazed Replacement Glass windows Replacement glass

  3. Five Killer Quora Answers On Medical Malpractice Attorneys medical malpractice

  4. 11 “Faux Pas” Which Are Actually OK To Create Using Your Birth Injury Attorney birth Injury lawsuit

  5. law表示:

    The 10 Most Scariest Things About Dangerous Drugs Law Firms law

  6. 10 Essentials About Mesothelioma Law You Didn’t Learn In The Classroom Mesothelioma Settlement

  7. You’ll Be Unable To Guess Window Replacement Near
    Me’s Tricks window replacement

  8. Aw, this was a very good post. Spending some time and actual effort to generate a very good article… but what can I say… I hesitate a lot and don’t manage to get nearly anything done.

  9. 99811760.xyz表示:

    5 Killer Quora Answers On Spare Van Keys 99811760.xyz

  10. 5 Killer Quora Answers On Lexus Replacement Keys lexus replacement Key

  11. adult webcams表示:

    I’m amazed, I must say. Rarely do I encounter a blog that’s equally educative and engaging, and let me tell you, you’ve hit the nail on the head. The issue is something that not enough people are speaking intelligently about. Now i’m very happy I found this in my search for something regarding this.

  12. Don’t Buy Into These “Trends” Concerning Birth Injury Attorneys birth injuries

  13. Noemi表示:

    How To Determine If You’re Ready For French Door Fridge Ice Dispenser best non plumbed
    french door fridge (Noemi)

  14. link bokep表示:

    Howdy! This post couldn’t be written much better! Reading through this post reminds me of my previous roommate! He continually kept preaching about this. I am going to forward this article to him. Pretty sure he will have a good read. I appreciate you for sharing!

  15. Why Is 18 Wheeler Accident Law Firm So Famous? 18 wheeler accident Lawyer [http://www.annunciogratis.net/author/lasonyacudm]

  16. 17 Reasons Why You Should Not Ignore Retro
    Fridge Freezer White side by side fridge freezer for apartments

  17. The 10 Most Terrifying Things About Outdoor
    Mobility Scooters outdoor mobility Scooters

  18. See What Scooter On Pavement Tricks The Celebs Are Using scooter on pavement

  19. Patsy表示:

    The Reasons You Should Experience Double Glazed Units Near Me At
    Least Once In Your Lifetime replacement double glazed units
    near me; Patsy,

  20. The Most Hilarious Complaints We’ve Received About Subaru Car Key Replacement subaru xv replacement key

  21. Guide To Las Vegas Hotel Deals 하이오피 주소 – http://www.fionapremium.com,

  22. 에볼루션表示:

    Blackjack Sniper – Tool Of The Trade 에볼루션

  23. You’ll find some fascinating points in time in this post but I do not know if I see all of them center to heart. There’s some validity but I will take hold opinion until I appear into it further. Fantastic post , thanks and we want much more! Added to FeedBurner too

  24. I got what you mean , saved to my bookmarks , very decent web site .

  25. 5829186表示:

    9 Things Your Parents Teach You About Woodburner Stove 5829186

  26. Commercial Truck Accident Lawyer Tools To Make Your Life Everyday
    Truck accident attorney – https://compravivienda.com

  27. Where do you come up with this? Just saying you are very imaginative. I wish I had your passion for writing!

  28. Amarillo Slim – The Best Poker Tv Star 다바오 골프장 호텔
    (http://beautyfitau.com)

  29. I’m pretty pleased to find this page. I wanted to thank you for ones time just for this wonderful read!! I definitely loved every part of it and I have you book marked to look at new things in your site.

發佈留言

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