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

  1. Если вы искали где отремонтировать сломаную технику, обратите внимание – профи тюмень

  2. Finding Offshore Bank Accounts – 5 Sure Fire Tips 대학생 생활비 대출

  3. Wonderful paintings! That is the kind of info that should be shared across the net. Shame on the seek for not positioning this put up higher! Come on over and seek advice from my site . Thanks =)

  4. Perhaps you should also a put a forum site on your blog to increase reader interaction.~”~~~

  5. Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт техники в волгограде

  6. If circumstances permit, you might consider ventilation or HVAC shut-off for several hours after clear-up.

  7. Fortunately, there are a ton of fashionable choices available lately however here are a few of our favorites.

  8. Mild-shade situations also exist on the east or west facet of a wall or building.

  9. The quantity of mild decreases exponentially as you progress towards the inside of the room.

  10. Right here is an article from the Mom Earth Community called Without end foods: 10 cooking staples that may outlast you.

  11. If no ranking exists, it’s best to make use of these lamps in open fixtures (not flush-mounted to the wall or ceiling).

  12. It lay on the outskirts of the small town of Quincy, integrated on 1830.

  13. The Most Common Mistakes People Make With 3 Wheel Mobility Scooter For Adults three Wheeled scooters

  14. It’s extra frequent for companies to first attempt to get better from a downturn by having the identical number of employees do more work or prove extra merchandise-that’s, to increase their productiveness.

  15. ニキ 韓国表示:

    WHEN IS The perfect TIME TO Travel TO ARGENTINA?

  16. However after seeing The Seaside just a few years ago, I knew I used to be destined to go eventually.

  17. IT SHOULD BE ILLEGAL TO SELL HAIR FOR AS CHEAP AS WE ARE SELLING IT

  18. Li Jian (China Stamp), PRChina – China.

  19. But the indeterminate future is by some means one through which likelihood and statistics are the dominant modality for making sense of the world.

  20. One of the best walking shoe for prime arches is Hoka.

  21. This sort requires the smallest storage which is why this is for people.

  22. Cheapest Frost Free Fridge Freezer 50/50 Tools To Streamline
    Your Everyday Lifethe Only Cheapest Frost Free Fridge Freezer 50/50 Trick
    That Everybody Should Be Able To Cheapest Frost Free Fridge Freezer 50/50 – http://Design-Seoul.Com/Bbs/Board.Php?Bo_Table=Free&Wr_Id=26378,

  23. Normanfer表示:

    farmacias online seguras en espaГ±a: farmacia online 24 horas – farmacia online envГ­o gratis

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

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

  26. Если вы искали где отремонтировать сломаную технику, обратите внимание – профи тех сервис тюмень

  27. Если вы искали где отремонтировать сломаную технику, обратите внимание – сервисный центр в тюмени

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

發佈留言

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