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

22,722 Responses

  1. Jenneepisn表示:

    dissertation writing skills
    how long should a dissertation be lse
    dissertation writing and editing

  2. Tandipisn表示:

    free slots for mac
    casino sites
    free casino bonus no deposit

  3. Mabellepisn表示:

    best dissertation writing
    nursing dissertation help
    masters dissertation

  4. Tandipisn表示:

    best us online casinos
    online gambling sites no deposit
    online casino bonus no deposit

  5. sex pills viagra canadian viagra sales what can viagra be used for why is viagra so expensive

  6. plaquenil sjogren’s fatigue plaquenil otc what is the purpose of taking plaquenil what retinal layer plaquenil toxicity

  7. Darsiepisn表示:

    thesis and dissertation writing
    doctoral dissertation writing assistance
    writing paper

  8. Sallipisn表示:

    best dissertation writing service
    need help
    writing service

  9. Aw, this was a very nice post. In idea I wish to put in writing like this moreover taking time and precise effort to make an excellent article! I procrastinate alot and by no means seem to get something done.

  10. Suzannpisn表示:

    dissertation help methodology
    getting help online
    nursing dissertation help

  11. buy orlistat 120mg xenical vs alli where can i buy orlistat 120mg uk what is the primary function of orlistat, a weight-loss drug?

  12. Verieepisn表示:

    dissertation abstract example
    do my dissertation
    writing your dissertation

  13. buy admin rdp表示:

    I like your blog. It sounds every informative.

  14. Dortheapisn表示:

    service writing
    proposal and dissertation help 2000 words
    writing a dissertation introduction

  15. buy seroquel seroquel 250 seroquel elderly dementia mayo clinic why do people get prescribed seroquel?

  1. 2022-07-26

    free casino games online https://download-casino-slots.com/

  2. 2022-07-26

    sicheres online casino https://firstonlinecasino.org/

  3. 2022-07-26

    castle casino online https://onlinecasinofortunes.com/

  4. 2022-07-26

    blackjack online casino https://newlasvegascasinos.com/

  5. 2022-07-26

    riversweeps online casino app https://onlinecasinosdirectory.org/

  6. 2022-07-26

    top online casino reviews https://9lineslotscasino.com/

  7. 2022-07-26

    paradise casino online https://internet-casinos-online.net/

  8. 2022-07-26

    instant withdrawal online casino usa 2021 https://cybertimeonlinecasino.com/

  9. 2022-07-27

    online casino borgata https://1freeslotscasino.com/

  10. 2022-07-27

    top online casino reviews https://vrgamescasino.com/

  11. 2022-07-27

    golden dragon online casino https://casino-online-jackpot.com/

  12. 2022-07-27

    atlantic online casino https://onlineplayerscasino.com/

  13. 2022-07-27

    no deposit bonus codes online casino https://ownonlinecasino.com/

  14. 2022-07-27

    online casino bonus ohne einzahlung https://all-online-casino-games.com/

  15. 2022-07-27

    casino online dinero real usa https://casino8online.com/

發佈留言

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