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

  1. Ремонт телефонов表示:

    Профессиональный сервисный центр ремонт телефонов москва починка телефона

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

  3. Тут делают продвижение разработка медицинских сайтов разработка сайт медицинской клиники

  4. prostavive表示:

    Excellent entry. It’s very clear and packed with helpful information. Many thanks for sharing this information.

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

  6. Тут делают продвижение создание медицинского сайта под ключ создание сайтов для медицинских организаций

  7. Ремонт телефонов表示:

    Профессиональный сервисный центр ремонт телефонов сколько стоит ремонт смартфона

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

  9. installed表示:

    15 Best Pinterest Boards Of All Time About Autowatch Ghost Installers Midlands installed

  10. веном 2 смотреть онлайн бесплатно веном 2 смотреть онлайн веном 2 смотреть онлайн

  11. Residential sprinkler techniques are cheap (about the identical per sq.

  12. Of course, tall Uggs also have the superstar seal of approval.

  13. In conflict, pipelines are often the goal of military attacks, as destruction of pipelines can critically disrupt enemy logistics.

  14. Preparations are beneath the care of the Sturdy Funeral Home and Memorial Center, 612 Maine Street, Damariscotta.

  15. Ремонт телефонов表示:

    Профессиональный сервисный центр ремонт телефонов в москве ремонт телефона рядом

  16. She is survived by her husband, one daughter, Marguerite Nulick of Dallas, Texas and one Granddaughter LaJaun Nulick also of Dallas, Texas.

  17. Within the pages that observe, you may learn how to strike the proper stability between necessity and design, creating lovely and functional window treatments that may make any room uniquely yours.

  18. Maybe there are treasured previous timber which have taken generations to grow.

  19. Another part of the fence.

  20. I went to the range this past weekend, and it was super easy to get zeroed in, and it stayed correct after taking pictures a field of 20 rounds.

  21. Thus, for each occasion there is a perfect leather-based handbag for ladies.

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

  23. Burial was at Hopewell Cemetery beneath the route of Sheppard Funeral Residence of Copperas Cove.

  24. As well as to these directly elected members, the company has four ex-officio members (one member of parliament, three members of legislative meeting, namely Sardarpura, Soorsagar, Metropolis), and three nominated members.

  25. There may be nothing Malthusian concerning the Marxian idea of surplus populations, which are surplus with regard to capital accumulation and nothing else.

  26. 2.1 Table Decorative Lamps- To decorate your desk, we furnish the most effective vintage Moroccan desk lamps.

  27. There’s good pacing of monsters, you slowly accumulate the more powerful weapons, and if the degrees don’t push the boundaries of inventive expression, they are visually consistent while growing in difficulty and maintaining a excessive customary of quality.

  28. The federal government Central Press.

  29. In villages far away from the cities, Phulkaris such because the chope had been nonetheless given to brides hailing from conventional families.

發佈留言

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