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

  1. The Best Time To Starty Really Business 프라그마틱 체험

  2. This History Behind Replacement Upvc Door Panels Will Haunt You For The Rest Of Your Life!
    cheap Upvc Doors

  3. The One Medical Malpractice Lawyer Trick Every Person Should Know medical Malpractice lawsuit

  4. Ten Things Everybody Is Uncertain About The Word “Workers Compensation Lawyer.” workers’ compensation attorney

  5. Lukas表示:

    Upvc Patio Doors: 10 Things I’d Like To Have Known In The Past replacement upvc
    door panel [Lukas]

  6. company表示:

    Is Your Company Responsible For The Upvc Windows Repairs Budget?
    12 Tips On How To Spend Your Money company

  7. A Sage Piece Of Advice On Replace Upvc Window Handle From An Older Five-Year-Old repairs to upvc Windows

  8. Ten Situations In Which You’ll Want To Know About Upvc Windows Repair
    repair upvc window

  9. hannubi.com表示:

    12 Companies Are Leading The Way In Repairing
    Upvc Windows upvc windows repair Near Me (hannubi.com)

  10. seo 마케팅表示:

    Important Give Some Thought To Be Considered During
    Seo Promotion seo 마케팅

  11. Drip Brew表示:

    11 Creative Ways To Write About Drip Filter Drip Brew

  12. Seven Reasons Why Dangerous Drugs Attorneys Is So Important dangerous Drugs lawsuit

  13. What’s The Job Market For Window Repair Near Me Professionals Like?
    Window Repair Near Me

  14. You’ll Never Guess This Personal Injury Lawyers’s Tricks Personal injury lawyers

  15. 15 Double Glazing Door Repairs Near Me Benefits That Everyone Should Know double glazed window handle

  16. What’s The Current Job Market For Replacement Window Glass Near Me Professionals?

    replacement window glass Near me

  17. Jade表示:

    Five Essential Qualities Customers Are Searching For
    In Every Coffee To Bean Machine bean to cup filter coffee machine (Jade)

  18. The Most Common Adhd Symptoms For Females Mistake Every Beginning Adhd Symptoms For Females User Makes
    common adhd Symptoms

  19. 7 Secrets About Replacement Windows Near Me That Nobody
    Will Tell You window Replacements

  20. The Little-Known Benefits Of Semi Truck Compensation Semi truck accident Lawyer

  21. 9 . What Your Parents Teach You About Replace Upvc Window Handle Replacement Sash Windows Cost

  22. What You Need To Do On This Personal Injury Settlement Personal Injury Lawsuits

  23. 15 Unquestionably Good Reasons To Be Loving Cerebral
    Palsy Litigation Cerebral palsy lawsuits

  24. Poker Psychology – There’s Plenty Of Room At The Top!

    헝그리샤크 에볼루션 버그판

  25. You’ll Never Guess This Window Repair Near Me’s Tricks
    Window Repair Near Me

  26. There Are A Few Reasons That People Can Succeed Within The Replacement Double Glazing Units Near Me Industry cheap double
    glazed windows (http://www.freelegal.ch)

  27. 10 Facts About Motorcycle Accident Lawsuit That Insists On Putting You In The Best
    Mood Motorcycle Accidents

  28. Fncgwe表示:

    order cyclobenzaprine pills – cost zyprexa 10mg enalapril pills

  29. Glenn表示:

    10 Things We Are Hating About Repairs To Upvc Windows window repair (Glenn)

發佈留言

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