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

  1. The 10 Scariest Things About Double Glazing Replacement Window double glazing Replacement Window

  2. 10 Best Coffee Beans 1kg-Friendly Habits To Be Healthy Coffee bean 1kg

  3. window repair表示:

    You’ll Never Be Able To Figure Out This Window Repair Near Me’s Secrets window repair

  4. Five Killer Quora Answers On Dangerous Drugs Lawyer dangerous drugs lawyer

  5. 10 American Fridge Frezzers Tricks Experts Recommend http://www.36035372.xyz

  6. The 12 Most Popular Motor Vehicle Attorneys Accounts To Follow
    On Twitter Motor Vehicle accident Attorney

  7. The 9 Things Your Parents Teach You About Railroad Injuries Lawyer
    railroad injuries Lawyer

  8. 10 Apps To Aid You Control Your High Wycombe Windows
    Glass Cutting High Wycombe

  9. Five Essential Qualities Customers Are Searching For In Every Window Repair
    Near upvc Window repair near Me – Mallangpeach.com

  10. Learn The Workers Compensation Claim Tricks The Celebs Are Using workers’ compensation law Firms

  11. 10 Mobile Apps That Are The Best For Accident Accident attorneys

  12. 9 Lessons Your Parents Taught You About Railroad Injuries Lawsuit Railroad injuries Lawsuit

  13. Latonya表示:

    Here’s A Little Known Fact About Motor Vehicle Case motor vehicle accident lawsuits (Latonya)

  14. 15 Gifts For That Bedford Windows Lover In Your Life Window
    Replacement Bedford (http://Www.Google.Com)

  15. Why Everyone Is Talking About Veterans Disability Claim Right Now Veterans Disability Lawyers

  16. motor Vehicle表示:

    Car Accident Case’s History History Of Car Accident Case motor Vehicle

  17. Auto Accident表示:

    See What Auto Accident Lawsuit Tricks The Celebs Are Making Use Of Auto Accident

  18. It’s The Complete Guide To Medical Malpractice Case Medical Malpractice Law Firms

  19. 10 Quick Tips For Car Replacement Keys Replacement keys For cars

  20. Looking For Inspiration? Try Looking Up Window
    Repair Near upvc window repair near me (dadazpharma.com)

  21. Shelley表示:

    How You Can Use A Weekly Automotive Locksmith Project Can Change Your Life auto locksmiths in my area (Shelley)

  22. Where Are You Going To Find Central Locking Repair Cost Be 1
    Year From Now? car door lock repair cost uk

  23. donga-old.org表示:

    Do Not Make This Blunder You’re Using Your Double Mattress Topper mattress toppers small double (donga-old.org)

  24. “Ask Me Anything”: Ten Answers To Your Questions About Semi Truck Law Semi Truck Accidents

  25. Are You Tired Of Car Accident Claim? 10 Inspirational Sources To Revive Your Love For Car Accident Claim car accident lawsuit

  26. What’s The Current Job Market For Slot Demo Pragmatic Gatot Kaca Fury Professionals Like?
    slot demo pragmatic gatot kaca fury

  27. 15 Gifts For The Medical Malpractice Law Lover In Your Life Medical malpractice law Firm

  28. double表示:

    9 . What Your Parents Taught You About Double Glazed Window Suppliers Near Me double

  29. Vanessa表示:

    How To Solve Issues With Malpractice Claim malpractice attorneys (Vanessa)

發佈留言

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