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

10,779 Responses

  1. Window Repairs Tools To Ease Your Daily Life Window Repairs
    Trick Every Individual Should Be Able To Window Repairs

  2. Virginia表示:

    From Around The Web From The Web: 20 Awesome Infographics About
    Zeus Hades Demo Slot Virginia

  3. Raquel表示:

    What’s The Job Market For Uk Women’s Online Shopping
    Websites Professionals? uk women’s online shopping websites
    (Raquel)

  4. 10 Things That Your Family Taught You About Best Online Clothing Sites Uk online
    Clothing sites uk (cs.xuxingdianzikeji.com)

  5. Asbestos legal, a toxic substance can cause mesothelioma
    as well as lung cancer. While its use in the US has been banned, the dangers still
    exist. Asbestos attorneys are available to assist victims and their families.

  6. 10 Meetups About Mental Health Assessment Near
    Me You Should Attend mental status assessment

  7. The majority of Asbestos Lawsuit victims, as well as their families, begin the process by contacting a qualified lawyer.

  8. 15 Surprising Stats About Mesothelioma Compensation Mesothelioma compensation claim

  9. lawsuits表示:

    You’ll Never Be Able To Figure Out This Truck Accident Lawsuits’s Benefits lawsuits

  10. Replacement Upvc Window Handles Techniques To Simplify Your Daily LifeThe
    One Replacement Upvc Window Handles Trick That Everybody Should Be Able To
    upvc Window Repairs

  11. 11 Creative Ways To Write About Medical Malpractice Legal medical malpractice lawsuits

  12. What’s The Current Job Market For Uk Women’s Online Shopping Websites Professionals Like?

    Uk Women’s Online Shopping Websites

  13. elsycrays表示:

    5 Must-Know Car Key Locksmith Practices For 2023 elsycrays

  14. harvard blog表示:

    Right here is the perfect site for anyone who really wants to understand this topic. You know a whole lot its almost hard to argue with you (not that I really will need to…HaHa). You definitely put a fresh spin on a topic that’s been discussed for ages. Wonderful stuff, just wonderful.

  15. Asbestos can be exposed in a variety of ways. However the majority
    of Asbestos Compensation-related claims involve occupational exposure.

  16. 11 Ways To Totally Block Your 18 Wheeler Accident Lawyers 18 wheeler accidents (https://gglink.co/18wheeleraccidentlawfirms601454)

  17. Motor Vehicle Settlement: The Ultimate Guide To Motor Vehicle Settlement motor vehicle accident lawyer

  18. The 10 Scariest Things About Erb’s Palsy Attorneys erb’s Palsy attorney

  19. What Is Motor Vehicle Settlement? And How To Use It Motor Vehicle Accident Lawyer

  20. Senaida表示:

    Don’t Believe In These “Trends” Concerning Double
    Glazing Near Me replacement double glazing window () (Senaida)

  21. Beverly表示:

    Why You Must Experience Upvc Windows Birmingham At The Very
    Least Once In Your Lifetime window glaziers birmingham
    (Beverly)

  22. 257634表示:

    Why No One Cares About Double Glazed Windows Repair 257634

  23. You’ll Never Be Able To Figure Out This Window Replacement Near Me’s Benefits window replacement Near me

  24. Nell表示:

    The 10 Most Terrifying Things About Window Repair Birmingham birmingham
    door panels brochure (Nell)

  25. The 12 Worst Types Of Users You Follow On Twitter upvc window repairs birmingham

  26. misty表示:

    3 Ways In Which The Double Glazed Units Near Me Influences Your Life misty

  27. Ten 18 Wheeler Accident Law Firms That Really Improve Your Life 18 Wheeler accident law firms

  28. 11 Ways To Destroy Your Double Glazing Repair High Wycombe
    composite doors high wycombe; Tujuan.grogol.Us,

  29. eddafay表示:

    Kids Bunk Beds It’s Not As Expensive As You Think eddafay

發佈留言

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