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

  1. как вызвать наркологическую скорую помощь в москве как вызвать наркологическую скорую помощь в москве .

  2. And then, there have been many who had been to stay enemies of the revolution as officers within the Crimson Military.

  3. The reward of not solely getting to go to a major sports activities event but in addition raising the visibility of those efficiency and company profile can also be a giant motivator.

  4. Barrybib表示:

    best ed medication online: low cost ed pills – where to get ed pills

  5. Hayes, Dade; Evans, Greg (May 14, 2019).

  6. 東京豊島表示:

    However since then, NFTs have created a stir within the art world.

  7. We’ve got your back.

  8. Donaldabula表示:

    cheapest cialis buy cialis online Generic Cialis without a doctor prescription

  9. By manipulating disgruntled factions inside the Galactic Republic, Palpatine orchestrated civil battle.

  10. Additionally, banks were permitted to accept more easily produced forms of documentation for proof of identity and address.

  11. James Treadgold, BEM, these days Principal Station Radio Officer, Admiralty Civilian Shore Wireless Service.

  12. частная скорая наркологическая помощь http://www.cah.forum24.ru/?1-19-0-00000470-000-0-0-1730875154 .

  13. RogerFaf表示:

    https://fastpillsformen.com/# Cheapest Sildenafil online

  14. 15 Fun And Wacky Hobbies That’ll Make You Smarter At Asbestosis Asbestos Mesothelioma Attorney mesothelioma Attorneys

  15. JacobLoody表示:

    https://www.umalutki.ru — Посетите наш сайт и ознакомьтесь с каталогом готовых и индивидуальных решений для кухни.

  16. срочная наркологическая помощь в москве http://ya.7bb.ru/viewtopic.php?id=14638/ .

  17. частная скорая наркологическая помощь https://ya.7bb.ru/viewtopic.php?id=14638 .

  18. JacobLoody表示:

    nedra2021.ru/ — воплощаем в жизнь уникальные проекты кухонь.

  19. как вызвать наркологическую скорую помощь в москве https://cinemania.forum24.ru/?1-9-0-00000071-000-0-0-1730874685 .

  20. Carin表示:

    You’ll Never Guess This Travel System Prams’s Tricks travel system prams (Carin)

  21. JacobLoody表示:

    sklad-ymov.ru/ — Быстрый доступ к услугам и предложениям для вашего комфорта.

  22. BrettTIT表示:

    affordable ed medication: FastPillsEasy – online ed drugs

  23. Fastbet99 merupakan link alternatif login games sbo terbaru dari platform online gaming ternama yang menghadirkan pengalaman bermain yang aman dan eklusif.

  24. Donaldabula表示:

    best price for viagra 100mg buy viagra online Generic Viagra online

發佈留言

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