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

  1. Pubic Techniques – Tips When Shaving 프라그마틱 슬롯 무료 (www25.ownskin.Com)

  2. 7 Useful Tips For Making The Profits Of Your Best Online Shopping Uk
    Clothes Durable men’s deck shoes

  3. See What Online Charity Shop Uk Clothes Tricks The Celebs Are Making Use Of online charity shop Uk clothes

  4. You’ll Never Be Able To Figure Out This Trusted Online Shopping Sites For
    Clothes’s Tricks Trusted online shopping Sites For clothes

  5. This Story Behind Workers Compensation Lawyers Can Haunt You Forever!
    Workers’ compensation lawyer

  6. Derick表示:

    What Do You Do To Know If You’re In The Right Place To Go After Can I Buy From A Uk Website Precision Nail Set (Derick)

  7. wordai.表示:

    Is Ai To Rewrite Text The Best There Ever Was? wordai.

  8. Czuję się znacznie pewniej w temacie SEO po przeczytaniu tego bloga.

  9. cheap表示:

    What You Should Be Focusing On Improving Monthly SEO
    Services cheap

  10. Bardzo pomocne informacje! Czuję się lepiej przygotowany do radzenia sobie z SEO.

  11. Ten post to świetne źródło informacji dla każdego, kto potrzebuje SEO.

  12. Cieszę się, że natrafiłem na ten blog przed rozpoczęciem jakichkolwiek działań SEO.

  13. To było bardzo pomocne w zrozumieniu właściwych procedur SEO.

  14. Dziękuję za dokładne badania i szczegółowe wyjaśnienia na temat SEO.

  15. www.20i.ir表示:

    Network Marketing – Everything Is About Customers 프라그마틱 무료체험
    메타 (http://www.20i.ir)

  16. 7 Things You’ve Always Don’t Know About Birth Defect Case
    birth Defect Attorney

  17. 11 Methods To Completely Defeat Your Dangerous Drugs Law Firm dangerous drugs Law firms

  18. To była otwierająca oczy lektura na temat ryzyk i procesu SEO.

  19. Ten blog to cenne źródło informacji dla każdego, kto martwi się o SEO.

  20. What’s The Current Job Market For Online Shopping Uk For Clothes Professionals Like?

    online shopping uk for clothes

  21. Doceniam nacisk na bezpieczeństwo, gdy mowa o SEO.

  22. 슬롯表示:

    Five Quick Tips For Winning More At Baccarat 슬롯

  23. birth injury表示:

    See What Birth Injury Lawsuit Tricks The Celebs Are Making Use Of birth injury

  24. To były bardzo pomocne informacje na temat kroków w SEO.

  25. Dziękuję za poruszenie tematu, który często jest pomijany, jakim jest SEO.

  26. Ten post dał mi lepsze zrozumienie, jak radzić sobie z SEO.

  27. Adult ADHD Medication Uk Tools To Improve Your Everyday Lifethe Only Adult ADHD Medication Uk Trick Every Individual Should Learn adhd medication Uk

  28. 9 Lessons Your Parents Taught You About ADHD Diagnosis Adults where to Get diagnosed for adhd

  29. Flourish offers a unique blend of traditional and holistic health services, easing the confusion of navigating various approaches to mental and physical wellness. Click Here: mental health services maryland

  30. Discover charming beachland cottages for sale on Koh Phangan, Thailand. Explore our selection of cozy seaside retreats and investment opportunities. Your local Koh Phangan real estate expert since 2004.

發佈留言

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