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

14,970 Responses

  1. вывод из запоя ростовская область вывод из запоя ростовская область .

  2. 夜桜 英語表示:

    1. Give them less food – Infants and toddlers like to play with their meals and when we serve them a big serving to of desk foods, it literally offers them that much more ammunition.

  3. лучшие отели нижнего новгорода лучшие отели нижнего новгорода .

  4. An American brand that gave us the likes of the GTO, a renowned muscle car, can you name this failed car brand?

  5. 20 Myths About Asbestos Attorney Asbestos: Busted mesothelioma lawyers

  6. Why Lovense Max 2 Size Is Relevant 2024 max 2 masturbator

  7. Louisiana additionally exempts pays which might be exempt from federal revenue taxes, together with combat pay and hazardous obligation pay.

  8. Norma表示:

    10 Things We Were Hate About Womens Rabbit Vibrators rabbit ears clitoral vibrator (Norma)

  9. Donaldabula表示:

    Cialis 20mg price Generic Cialis without a doctor prescription Cialis over the counter

  10. This whole Italian tattoo design is pretty amazing and looks nice.

  11. JacobLoody表示:

    babaiki.ru — Надежный партнер для выбора качественных и современных кухонь.

  12. BrettTIT表示:

    Buy Tadalafil 10mg: Max Pills For Men – Generic Cialis price

  13. This successful acquisition made EGHL surpass the Kshs 1 Trillion balance sheet mark making it the first bank in East and Central Africa to achieve that.

  14. RogerFaf表示:

    https://fastpillsformen.com/# Viagra tablet online

  15. Charlesbot表示:

    https://maxpillsformen.com/# Tadalafil price

  16. After efficiently going by means of a trial, Kotal was chosen into the squad that went on an publicity journey to China before taking part in for the aspect through the 2012 AFC U-19 Championship qualifiers which India failed to make.

  17. Gale, Oliver (November 1993).

  18. You can visit its site to study opening a trading account.

  19. The Most Effective Reasons For People To Succeed Within The
    Fascia Soffit And Guttering Industry fascia soffit and guttering replacement near me

  20. 10 Facts About Upvc Window Locks That Make You Feel Instantly A Good
    Mood upvc Window lock Mechanism replacement

  21. JacobLoody表示:

    http://umalutki.ru — Выбор, которому доверяют наши клиенты. Оформляйте заказ прямо сейчас!

  22. Why Everyone Is Talking About Asbestos Lawsuit Settlement Today
    asbestos lawyers

發佈留言

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