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

  1. The Ultimate Guide To Key Programmer http://www.5611432.xyz

  2. Latosha表示:

    See What Amazon Uk Online Shopping Clothes Tricks The Celebs Are Using amazon uk online shopping clothes (Latosha)

  3. The Most Successful Table Top Freezers Experts Have Been Doing Three Things http://www.3222914.xyz

  4. The 10 Scariest Things About Online Store Uk Cheapest
    online store uk Cheapest

  5. What Can A Weekly Locksmith Near Me For Car Project Can Change Your Life http://www.elsycrays.top

  6. Cassy Lawn表示:

    Who Is Asbestos Mesothelioma Life Expectancy And Why You Should Be Concerned Cassy Lawn

  7. tubidy表示:

    A fascinating discussion is worth comment. There’s no doubt that that you should publish more on this subject matter, it might not be a taboo matter but generally people do not discuss such topics. To the next! Many thanks.

  8. What’s The Current Job Market For Uk Online Phone Shopping Sites Professionals Like?
    Uk Online Phone Shopping Sites

  9. This Week’s Top Stories Concerning Online Shopping Sites online shopping sites for Dress

  10. 10 Wrong Answers To Common Car Accident Attorney Questions Do You Know
    The Correct Answers? car Accident lawsuit

  11. Find Out What Spare Car Keys Cut Tricks The Celebs
    Are Using Car Key Copy Near Me

  12. 5 Killer Qora’s Answers To Double.Glazing Near Me double glazed glass units

  13. You’ll Never Guess This Shopping Online Uk To Ireland’s Tricks Shopping Online Uk To Ireland

  14. 5 Killer Quora Answers To Cheap Online Electronics Shopping Uk cheap online electronics shopping uk

  15. You’ll Be Unable To Guess Upvc Windows Luton’s Tricks upvc windows luton

  16. Sliding Patio Door Repairs Techniques To Simplify Your Everyday Lifethe Only Sliding Patio Door Repairs Trick That Everybody Should Be Able To Sliding patio Door repair

  17. 20 Trailblazers Are Leading The Way In Malpractice Claim malpractice attorneys

  18. 15 Pinterest Boards That Are The Best Of All Time About Shopping Online Shopping online sites clothes

  19. Rickie表示:

    The 10 Most Terrifying Things About List Of Online Shopping Sites
    In Uk list of online shopping sites in uk (Rickie)

  20. A Peek In Double Glazed Units Near Me’s Secrets Of Double Glazed Units Near Me replacement
    double glazed units near me (http://www.ourgng.co.kr)

  21. kaymell表示:

    The 12 Most Popular Free Slots Casino Games Accounts
    To Follow On Twitter kaymell

  22. Five Headphones Wireless Sony Projects To Use For Any Budget http://www.3222914.xyz

  23. Guide To Dangerous Drugs Lawsuit: The Intermediate Guide For Dangerous Drugs Lawsuit dangerous drugs – tourdeskhawaii.Com

  24. You’ll Never Be Able To Figure Out This London Online Clothing Shopping Sites’s Benefits London online clothing shopping sites

  25. 10 Meetups About Mesothelioma Claim You Should Attend aggressive mesothelioma lawyer

  26. 10 Quick Tips About Upvc Window Repairs Upvc Window Repairs Near Me

  27. The Steve Jobs Of Birth Injury Litigation Meet The Steve Jobs Of The Birth Injury Litigation Industry birth Injury Law firm

  28. 10 Things That Your Family Taught You About Best Online Shopping Sites London online shopping sites London

發佈留言

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