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

  1. You’ll Never Guess This Accident And Injury Lawyers’s Secrets accident and injury lawyers

  2. Rebekah表示:

    What’s The Job Market For Private Psychiatrist Cambridge Professionals Like?
    private psychiatrist cambridge (Rebekah)

  3. What’s The Job Market For Bifold Door Seal
    Replacement Professionals Like? Bifold Door Seal Replacement

  4. The 9 Things Your Parents Taught You About Bifold Doors Repair Bifold Doors Repair

  5. The No. 1 Question That Anyone Working In Honda Car Key Replacement Should Be Able To Answer
    Honda Civic Replacement Key Fob (https://Pipewiki.Org/)

  6. The Reason Why Replace Mini Key Fob Is More Dangerous Than You
    Thought Replacement Key Mini Cooper

  7. Rosario表示:

    The 10 Most Terrifying Things About Bi-Fold
    Door Repairs Near Me bi-fold door repairs near me, Rosario,

  8. Kirby表示:

    See What Treadmill For Sale Near Me Tricks The Celebs Are
    Utilizing treadmill (Kirby)

  9. A Step-By Step Guide To Sofas In Sale two Seater couch for sale

  10. 5 Killer Quora Answers On Bifold Door Seal Repair bifold door seal repair

  11. 913875.Xyz表示:

    30 Inspirational Quotes About Wood Burning Stove
    913875.Xyz

  12. I like looking through an article that can make people think. Also, thanks for allowing me to comment.

  13. See What Gourmet Arabica Coffee Beans Tricks The Celebs Are Making Use Of gourmet Arabica coffee beans

  14. Guide To Vacuum Mop Cleaner Robot: The Intermediate Guide
    For Vacuum Mop Cleaner Robot Vacuum Mop Cleaner Robot

  15. The Biggest “Myths” About Lidar Robot Vacuum Might Be True vacuum robot With lidar

  16. This Is How Coffee Maker Bean To Cup Will Look In 10 Years’
    Time Automatic Bean To Cup Coffee Machines

  17. 5 Clarifications On Fiat Key Fob Replacement how much Is a new fiat 500 key

  18. 9 . What Your Parents Teach You About Robot Vacuum And Mop
    With Self Empty robot vacuum and mop with self empty, Ucanalytics.Com,

  19. Rehab.Or.Kr表示:

    Mesothelioma Settlement Tools To Help You Manage Your Everyday Lifethe Only Mesothelioma
    Settlement Trick That Everyone Should Learn Mesothelioma (Rehab.Or.Kr)

  20. What’s The Current Job Market For Treadmill Desk Uk Professionals Like?
    treadmill desk Uk

  21. Way cool! Some extremely valid points! I appreciate you penning this write-up plus the rest of the site is also really good.

  22. Three Reasons Why You’re Porsche Key Battery Is Broken (And How To Repair
    It) porsche Car key fob

  23. See What Leather Sleeper Sofa Tricks The Celebs Are Utilizing leather sleeper sofa

  24. See What Replace Bifold Doors Tricks The Celebs Are Utilizing Replace Bifold doors

  25. 15 Up-And-Coming Sofas Leather Bloggers You Need To Check Out leather sofa restoration, telearchaeology.org,

  26. Togel4D表示:

    Guide To Togel4d: The Intermediate Guide For Togel4d Togel4D

  27. The No. 1 Question Everyone Working In Fireplace Surrounds Should Be Able To Answer Marble Fireplace

  28. bobres-iptv表示:

    Pretty! This was an incredibly wonderful post. Thank you for supplying these details.

  29. AngdPaish表示:

    Other recommended preventive interventions for boys and girls as appropriate are: Women who are sexually active should be screened for abnormal cervical cells and pre-cancerous lesions, starting from 30 years of age.
    If my cephalexin safe for pregnancy being it is discounted and it treats your medical condition
    Eventually, after a series of such mornings, the master clock adjusts to the solar cue.

  30. bobres-iptv表示:

    This is the perfect website for everyone who wants to understand this topic. You know so much its almost tough to argue with you (not that I really would want to…HaHa). You certainly put a fresh spin on a topic that has been written about for decades. Wonderful stuff, just great.

發佈留言

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