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

  1. railroad表示:

    Five Killer Quora Answers To Railroad Injuries Law
    railroad

  2. You’ll Be Unable To Guess Fela Federal Employers Liability
    Act’s Benefits federal employers liability

  3. What Is Birth Injury Legal’ History? History Of Birth Injury Legal birth injury lawyer

  4. See What Erb’s Palsy Lawyer Tricks The Celebs
    Are Utilizing erb’s palsy lawyer

  5. “Ask Me Anything:10 Responses To Your Questions About Best 18-Wheeler Accident Lawyer 18 Wheeler accidents

  6. Meagan表示:

    Guide To Medical Malpractice Attorney: The Intermediate Guide For Medical Malpractice Attorney medical malpractice attorney – Meagan

  7. Guide To Veterans Disability Litigation: The
    Intermediate Guide In Veterans Disability Litigation Veterans Disability

  8. The 10 Scariest Things About Birth Defect Attorneys birth defect Attorneys

  9. 5 Tools Everyone Is In The Medical Malpractice Law Industry Should Be Utilizing Medical Malpractice attorney

  10. Nmtlvt表示:

    purchase ondansetron without prescription – order generic ondansetron 4mg ropinirole brand

  11. 10 Things That Your Family Taught You About Nearest Psychiatrist To Me Nearest psychiatrist to Me

  12. How Much Do Replacement Double Glazed Glass Only Near Me Experts Earn? double glazinf

  13. 12 Companies That Are Leading The Way In Workers Compensation Compensation workers’ Compensation Lawyer

  14. What Private Psychiatrist Experts Want You To Learn Private Practice Psychiatrist

  15. What’s The Current Job Market For Double Glazed Window Repairs Professionals Like?

    double glazed window repairs

  16. From The Web From The Web: 20 Awesome Infographics About Erb’s Palsy Attorney erb’s palsy lawsuit

  17. birth Injury表示:

    You’ll Never Guess This Birth Injury Lawyers’s Secrets birth Injury

  18. 8 Tips For Boosting Your Replacement Upvc Window Handles Game Upvc Window Repair

  19. Anneliese表示:

    5 Clarifications Regarding Upvc Door Locks upvc doors locks
    (Anneliese)

  20. The 10 Most Scariest Things About Titration ADHD Meds titration adhd

  21. Attorney表示:

    Don’t Believe These “Trends” About Personal Injury Claim Attorney

  22. What’s The Job Market For Nespresso Compatible Machine Professionals Like?
    nespresso compatible machine

  23. Ask Me Anything: 10 Answers To Your Questions About Upvc Windows
    Repair repair upvc window, https://smlabtech.com/bbs/board.php?bo_table=free&wr_id=79434,

  24. The 10 Most Scariest Things About Upvc Windows Near
    Me Upvc Window Repair

  25. Semi Truck Lawsuit: 11 Things That You’re Failing To Do semi
    Truck accident lawyers – mallangpeach.com,

  26. I’m looking forward to your next article.비대면 대출

  27. Guide To ADHD Test Adults: The Intermediate Guide Towards
    ADHD Test Adults Adhd Test Adult (Dptotti.Fic.Edu.Uy)

  28. 5 Laws That Will Help The Upvc Window Repairs Industry upvc window Repairs near me

發佈留言

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