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

  1. You’ll Be Unable To Guess Amazon Online Grocery Shopping Uk’s Tricks amazon online Grocery Shopping uk

  2. 17 Signs That You Work With Cheapest Online Grocery Shopping Uk Woodworking Cutting Solutions

  3. Cse.Google.Cg表示:

    20 Trailblazers Leading The Way In Double Glazing Repair Near Me
    Double Glazing Near Me (Cse.Google.Cg)

  4. How To Tell If You’re Prepared For Online Shopping Website In London Decorative Wool Runner

  5. Watch Out: How Land Rover Key Fob Replacement Is Taking Over And What Can We Do About It Land rover key case replacement

  6. Who Is Birth Defect Lawyers And Why You Should
    Care Birth Defect Lawsuit

  7. Guide To Leather Sofas For Sale: The Intermediate Guide On Leather Sofas For
    Sale leather sofas for sale, https://www.valeriarp.com.tr/index.php?action=profile;u=25661,

  8. 5 Killer Quora Answers To Replacement Double Glazing Units Near Me Double Glazing Units Near Me

  9. Czuję się znacznie pewniej w temacie SEO po przeczytaniu tego bloga.

  10. Guide To Dangerous Drugs Lawsuit: The Intermediate Guide To Dangerous
    Drugs Lawsuit dangerous drugs lawsuit; Daejintagpin.com,

  11. Bardzo pouczający post o SEO. Cieszę się, że to przeczytałem przed rozpoczęciem jakichkolwiek działań.

  12. Do Not Make This Blunder When It Comes To Your Boat Accident Compensation boat accidents

  13. 10 Fundamentals Regarding Repair Upvc Windows You Didn’t Learn In The Classroom double Glazed window repairs near me
    (https://smf.devbox15.com/index.php?action=profile;u=102363)

  14. See What Titration ADHD Adults Tricks The Celebs Are Making
    Use Of titration adhd adults

  15. Ten post był dla mnie oświeceniem na temat zagrożeń SEO. Dzięki!

  16. Be On The Lookout For: How Volvo Xc90 Key Replacement
    Is Taking Over And What You Can Do About It volvo v90 key – allinspirations.Blog.idnes.cz

  17. 10 Facts About Leather U Shape Sectional That Will Instantly Put You In An Upbeat Mood u shaped couch with ottoman

  18. The Unspoken Secrets Of Coffee Beans 1kg coffee Bean 1kg

  19. 10 Facts About Slot Sites That Will Instantly Put You In The Best Mood
    Best Online Slots (Tujuan.Grogol.Us)

  20. slot Online表示:

    10 Things Everybody Hates About Best Slots Best Slots slot Online

  21. Window Glass Replacement Explained In Less Than 140 Characters Window Glass Replacement Near Me

  22. demo Slots表示:

    Three Reasons Why You’re Novice Slots Is Broken (And How To Repair It) demo Slots

  23. 20 Insightful Quotes On Online Shopping Uk Groceries 11.67 Cm Acrylic Yarn

  24. What Is Titration ADHD Adults? History Of Titration ADHD Adults what is titration Adhd [34.torayche.com]

  25. 10 Most Effective ADHD Medication For Adults That Are Unexpected adhd Medication How does it work, http://www.komiss.org,

  26. How To Find The Perfect Mazda 2 Key Replacement On The
    Internet mazda 3 car keys (http://login.ezproxy.Lib.lehigh.edu/)

  27. Are You Responsible For The Kids Double Bunk Bed Budget?
    10 Incredible Ways To Spend Your Money double bunk beds For kids

  28. cheaper表示:

    This Week’s Top Stories About Upvc Window Repairs Near Me
    cheaper

  29. birth injury表示:

    You’ll Never Be Able To Figure Out This Birth Injury Case’s Benefits birth injury

發佈留言

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