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

  1. It’s The Ugly Truth About 18 Wheeler Wreck Lawyers 18 wheeler Accidents; maps.google.Ca,

  2. See What Repair Upvc Windows Tricks The Celebs Are Using repair upvc
    window (Pwi2.dragonicgames.com)

  3. The 10 Most Terrifying Things About Upvc Repairs Near Me upvc repairs near me

  4. What’s The Current Job Market For Upvc Repairs
    Near Me Professionals? upvc repairs near me

  5. One Key Trick Everybody Should Know The One Upvc Door Mechanism Trick
    Every Person Should Know replacement panel for upvc door

  6. fela claims表示:

    10 Ways To Create Your Liability Act Fela Empire fela claims

  7. 10 Things That Your Family Taught You About Double Glazed Window Suppliers Near Me double Glazed window suppliers near me

  8. The Most Common Door Repair Near Me Debate Could
    Be As Black And White As You Might Think Window Replacement Near Me

  9. 5 Killer Quora Answers On Secondary Double Glazing Near Me Double Glazing near me

  10. fela表示:

    Guide To Fela Settlements: The Intermediate Guide To Fela Settlements fela

  11. bandalux.es表示:

    What’s The Job Market For Double Glazed
    Window Repairs Professionals Like? double glazed window Repairs (bandalux.es)

  12. birth Injury表示:

    See What Birth Injury Lawyer Tricks The Celebs Are Utilizing
    birth Injury

  13. How To Explain Coffee Machine Beans To Your Boss coffee machine
    bean to cup reviews (jinwoocs.co.kr)

  14. Keep An Eye On This: How Upvc Windows Near Me Is Gaining Ground And
    What You Can Do About It Upvc Window Repair

  15. Uta表示:

    What’s The Job Market For Double Glazed Repairs Near Me Professionals?
    double glazed repairs near me (Uta)

  16. The 10 Most Terrifying Things About Truck Accident Law Firm Truck Accident Law Firm

  17. 10 Replacement Upvc Window Handles-friendly Habits To Be Healthy repairing Upvc windows

  18. 5 Laws That Can Help The Upvc Front Doors Supplied And Fitted Near
    Me Industry Upvc door letter boxes

  19. Doors Upvc表示:

    The Worst Advice We’ve Ever Heard About New Upvc Door Doors Upvc

  20. Your research is thorough and well-presented.대출 갈아타기

  21. 5 Laws That Can Help The Automatic Bean To Cup
    Coffee Machine Industry automatic bean to cup machine (http://369ant.com/bbs/board.php?bo_table=free&wr_id=343608)

  22. Upvc Door Repairs Near Me Tools To Help You Manage Your Daily Life Upvc Door Repairs
    Near Me Trick That Every Person Must Learn upvc door Repairs near Me

  23. seo 최적화表示:

    For Seo, There’s No Such Thing As A Negative Backlink seo 최적화

  24. Saddled With Bad Credit Score Rating? Unsecured Personal Loans Are The Answer 개인사업자 대출 (https://maps.google.com.tw/)

  25. The 10 Scariest Things About Upvc Windows Repairs upvc Windows Repairs

  26. Get Quality Traffic With Search Engine Marketing Services 검색엔진최적화 회사

  27. dchanwoo.com表示:

    Unexpected Business Strategies That Helped Misted Double Glazing
    Repairs Near Me Succeed glass replacement Double glazing, dchanwoo.com,

  28. How Much Cash For Search Marketing Services – Seo Tactics
    백링크 확인 (http://about-shooting.com)

  29. Ykentech.Com表示:

    10 Things That Your Family Taught You About Upvc Window Repair Near Me Window Repair Near
    Me (Ykentech.Com)

  30. 5 Killer Quora Answers On Secondary Double Glazing Near Me double Glazing
    Near me (http://Www.clrobur.com)

發佈留言

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