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

  1. 15 Gifts For The Double Glazing Company Near Me Lover In Your Life double Glazing companies

  2. 5 Veterans Disability Lawyer Lessons From Professionals Veterans Disability Law Firms

  3. Maya表示:

    Need Inspiration? Try Looking Up Window Repair Near
    upvc window repair near me (Maya)

  4. 023456789.xyz表示:

    It’s The Complete Guide To A Rated Washing Machine 10kg 023456789.xyz

  5. You’ll Never Guess This Coffee Machine Espresso’s Secrets
    coffee machine espresso (https://minecraftcommand.science/Profile/dinnercoast9)

  6. Submitting Bank Owned Offers – Do It Right The Best
    Way! 대학생 생활비 대출

  7. 15 Reasons To Not Overlook Accident accident lawsuit

  8. cassylawn.top表示:

    Why Lung Cancer Asbestos Mesothelioma Could Be Your Next Big Obsession? cassylawn.top

  9. Guide To Double Glazed Units Near Me: The Intermediate Guide For Double Glazed Units Near Me double glazed
    units near me (clearcreek.a2hosted.com)

  10. The 12 Most Unpleasant Types Of Veterans Disability Compensation Accounts You
    Follow On Twitter Veterans Disability Lawyer

  11. Five Killer Quora Answers On Double Glazed Near Me Double Glazed Near Me (http://Www.Genebiotech.Co.Kr)

  12. The Most Valuable Advice You Can Ever Get About Upvc Windows Near Me replacing upvc Window handles

  13. cassylawn.top表示:

    20 Resources That Will Make You More Efficient With Mesothelioma From Asbestos
    cassylawn.top

  14. 20 Things That Only The Most Devoted Window Repair Near Fans Should Know upvc window repair near me

  15. install表示:

    Why You Should Focus On Making Improvements Double Glazed Window Replacement Near Me install

  16. Five Killer Quora Answers To Secondary Double Glazing Near Me
    double glazing near me (plantsg.Com.sg)

  17. 10 Mobile Apps That Are The Best For Treadmills Foldable zackfoxworth.top

  18. Five Essential Tools Everyone Within The Test For ADHD In Adults Industry Should Be Utilizing Testing For Adult Adhd

  19. 5 Arguments Medical Malpractice Settlement Is Actually A Great Thing Medical malpractice lawsuit

  20. Check Out The Akun Demo Slot Sugar Rush Tricks That The Celebs Are Using pragmatic play sugar rush xmas

  21. malpractice表示:

    Nine Things That Your Parent Taught You About Malpractice Lawyer malpractice

  22. 15 Funny People Working In Door Repair In Door Repair Upvc Windows Repairs Near Me

  23. 20 Fun Infographics About Grey Sectional Sofa http://www.4452346.xyz

  24. The 9 Things Your Parents Taught You About Double Glazed Windows Near Me double glazed windows near me

  25. attorneys表示:

    10 Misconceptions Your Boss Holds About Railroad Injuries Law attorneys

  26. The 9 Things Your Parents Teach You About Double Glazed Window Suppliers Near Me double Glazed window suppliers near me

  27. Are You Responsible For A Double Glazing Showrooms Near Me
    Budget? 10 Fascinating Ways To Spend Your Money double Glazed Door lock

  28. What’s The Current Job Market For Double Glazing Near Me Professionals?
    Double Glazing near me

發佈留言

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