利用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...

15,064 Responses

  1. The 10 Scariest Things About Power Tool Sale power Tool sale

  2. вывод из запоя круглосуточно краснодар на дому вывод из запоя круглосуточно краснодар на дому .

  3. Unexpected Business Strategies That Aided Double Infant Stroller Achieve Success double buggy With Carrycot

  4. 9 Things Your Parents Teach You About Travel Bedside
    Crib travel Bedside crib

  5. Jamesknowl表示:

    https://mexicanpharmacy.store/# pharmacies in mexico that ship to usa

  6. Diplomi_bhpi表示:

    подделка диплома о высшем образовании подделка диплома о высшем образовании .

  7. If we mix an electric stove with a fireless cooker, we can double its thermal efficiency.

  8. Combining most of the above methods, but specializing in art represented within the glass rather than its shape, glass panels or walls can attain super sizes.

  9. Listening to her music and her lyrics was, and nonetheless is, an invaluable experience, although – it taught me loads about enjoying outdoors the box musically and raised the bar for me on writing lyrics.

  10. How have you been motivated inside a earlier to realize challenging targets or make sophisticated decisions?

  11. A report printed in December 2021 by the Ohio Department of Schooling concluded likewise.

  12. The Tennessee Aquarium, which opened in 1992, has turn into a major waterfront attraction that has helped to spur neighborhood development.

  13. Progress could also be further hampered by the fact that technological advances for small-airport infrastructures and air traffic control systems haven’t stored pace with the advances in mild aircraft.

  14. While consoles have been a little slower on the uptake, it鈥檚 now possible to buy every new game release day-and-date with the physical version.

  15. See What Best Robot Cleaner Tricks The Celebs Are Using Best robot Cleaner

  16. вывод из запоя в стационаре краснодара вывод из запоя в стационаре краснодара .

  17. What’s The Current Job Market For Mines Game Online Professionals Like?
    Mines game Online

  18. netvoyne.ru表示:

    Why You Must Experience Luton Windows At Least Once In Your Lifetime glass Specialists near me; netvoyne.ru,

  19. Why Do So Many People Would Like To Learn More About
    Power Tools? online shop Tools [kolding-werner-2.hubstack.net]

  20. JacobLoody表示:

    кухни санкт петербург — Лучшие кухни на заказ в городе. Удобство, надежность и современный стиль.

  21. The median age was 38 years.

發佈留言

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