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

6,990 Responses

  1. Guide To Double Glazed Window Near Me: The Intermediate Guide The Steps To Double Glazed Window Near Me double glazed window Near me

  2. What Is The Cash Advance Online Loan Story To Report?
    리드코프 무직자 대출

  3. 9 Things Your Parents Teach You About Upvc Window Repair Near Me window Repair near me (https://noteswiki.net)

  4. Brenna表示:

    5 Killer Quora Answers On Double Glazed Window Repairs Near Me double glazed window repairs near
    me – Brenna

  5. 15 Reasons To Not Be Ignoring Birth Defect Law Birth
    Defect Lawsuits (http://Jeonhyunsoo.Com/)

  6. 5 Killer Quora Answers To Best 18 Wheeler Accident Attorneys
    18 Wheeler Accident Attorneys

  7. A Few Good Some Reasons Why Seo Submission Pays 백링크 사이트

  8. 7 Things About Private Psychiatric Assessment Uk You’ll Kick Yourself For Not
    Knowing psychiatrist mental health assessment

  9. This Is The Advanced Guide To Birth Injury Legal birth injury law firms

  10. 11 Creative Methods To Write About Mazda 3 Spare Key how to program Mazda 2 key fob

  11. The Do’s And Don’ts Of Looking To Buy Antiques At Flea Markets And Now Have 프라그마틱 슬롯 조작 (http://alt1.toolbarqueries.google.com.sa/)

  12. 10 Myths Your Boss Has Regarding Railroad Injuries Attorneys railroad injuries Lawsuits

  13. Aja P表示:

    I like this website it’s a master piece! Glad I found this on google..

  14. Ten Easy Steps To Launch The Business You Want To Start Treating Adults With ADHD Business adhd Treatment Reddit

  15. Are You Confident About Upvc Door Lock Replacement?
    Check This Quiz Upvc Door Seal

  16. 12 Facts About Cerebral Palsy Claim That Will
    Get You Thinking About The Water Cooler Cerebral Palsy Law Firms

  17. The History Of Railroad Injuries Litigation railroad injuries lawyers

  18. Katrina表示:

    10 Double Glazed Door Repairs Near Me Tricks All
    Experts Recommend double glazing replacement glass; Katrina,

  19. What’s The Job Market For Double Glazed Window Repairs Professionals Like?
    double glazed Window repairs

  20. Guide To Double Glazing Near Me: The Intermediate Guide On Double Glazing Near Me double glazing near me

  21. 15 Best Upvc Windows Repair Bloggers You Need To Follow upvc window repairs near me

  22. 10 Things You Learned In Kindergarden To Help You Get Started With Malpractice Lawsuit Malpractice Attorneys

  23. This Week’s Top Stories Concerning Workers Compensation Compensation Workers’ Compensation law Firms

  24. berita aceh表示:

    Greetings! Very useful advice within this article! It’s the little changes that will make the biggest changes. Thanks a lot for sharing!

  25. 10 Misconceptions That Your Boss May Have Concerning Bean To Cup Coffee Makers Coffee to cup machine

  26. Why Do So Many People Would Like To Learn More About Double Glazed Units Near Me?
    Replacement double glazed units Near Me (http://cc.koreaapp.kr/)

  27. The 10 Scariest Things About Personal Injury Attorneys Personal injury Attorneys

  28. Duane表示:

    14 Questions You Shouldn’t Be Anxious To Ask Double
    Glazing Repairs Crawley crawley repairs (Duane)

發佈留言

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