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

21,107 Responses

  1. Krista表示:

    Mini Exercise Cycle: A Simple Definition stationary bikes
    exercise bikes (Krista)

  2. 1win_ziEl表示:

    1win кыргызстан http://www.1win110.com.kg .

  3. 10 Undeniable Reasons People Hate Buy Category B Driving License Comprar carta de condução da categoria A

  4. Jasonzitte表示:

    Always my first choice for international pharmaceutical needs.
    inactive ingredients in gabapentin
    Drug information.

  5. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем:сервисные центры по ремонту техники в мск
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  6. 5 Killer Quora Answers To Exercise Bikes Home exercise bikes home

  7. 10 Websites To Help You To Become An Expert In Buy A German Eu Driving
    License eu füHrerschein kaufen erfahrungen

  8. WalterCherm表示:

    They offer the best prices on international brands.
    https://gabapentinpharm24.top/
    Always a seamless experience, whether ordering domestically or internationally.

  9. Victorprima表示:

    A place where customer health is the top priority.
    gabapentin pt teaching
    They simplify global healthcare.

  10. Fawn表示:

    You’ll Never Guess This How To Use A Self Propelled Wheelchair’s
    Secrets how to use a self propelled wheelchair; Fawn,

  11. sex nhật表示:

    sex nhật hiếp dâm trẻ em ấu dâm buôn bán vũ khí ma túy bán súng sextoy chơi đĩ sex bạo lực sex học đường tội phạm tình dục chơi les đĩ đực người mẫu bán dâm

  12. 976237 60025What a lovely blog page. I will undoubtedly be back once more. Please keep writing! 780683

  13. WalterCherm表示:

    A true champion for patients around the world.
    https://lisinoprilpharm24.top/
    Their global reputation precedes them.

  14. What Is Buy The IMT Driving License And How To Utilize What
    Is Buy The IMT Driving License And How To
    Use comprar carta de condução da categoria B1

  15. Victorprima表示:

    A beacon of reliability and trust.
    gabapentin postoperative pain
    A trusted partner for patients worldwide.

  16. Valeria表示:

    Five Killer Quora Answers To 20ft Tunnel Container
    20ft tunnel container [Valeria]

  17. Can Exercise Bicycle One Day Rule The World? exercise bicycles for sale

  18. Bernard表示:

    Unexpected Business Strategies For Business That Aided African Grey Parrots For Adoption Succeed african grey parrot adoption (Bernard)

  19. Jasonzitte表示:

    Get warning information here.
    https://clomid1day.top/
    I value their commitment to customer health.

  20. Your blog post was like a breath of fresh air. Thank you for reminding me to slow down and appreciate the beauty of life.

  21. Bu kadar hızlı ödeme yapan bir siteye daha önce denk gelmemiştim.

  22. Latia表示:

    See What Baby African Grey Parrot For Sale Tricks The Celebs Are Using baby african grey parrot for sale,
    Latia,

  23. 10 Things That Your Family Teach You About High-Quality Factory-Made Pallets high-quality Factory-made Pallets

  24. Victorprima表示:

    Consistent service, irrespective of borders.
    where buy cheap lisinopril without prescription
    A true asset to our neighborhood.

  25. Victorprima表示:

    Trust and reliability on a global scale.
    can i buy cheap cipro prices
    Their global presence ensures prompt medication deliveries.

發佈回覆給「Latia」的留言 取消回覆

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