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

  1. smlabtech.com表示:

    Are You Tired Of 3 Wheel Mobility Scooters For Sale?
    10 Inspirational Sources To Revive Your Passion scooters for sale 3 wheel
    (smlabtech.com)

  2. 9 Lessons Your Parents Teach You About Cheap Online Shopping Sites Uk Cheap Online shopping sites uk

  3. How Anxiety Treatment Was The Most Talked About Trend Of 2023 Best Treatment For Anxiety Uk

  4. See What I Lost My Car Keys Honda Tricks The Celebs Are Using car keys honda (http://www.pinnaclebattleship.com)

  5. Five Mesothelioma Claim Projects For Any Budget Mesothelioma Legal

  6. How To Outsmart Your Boss With Upvc Window Locks Upvc Window Repairs

  7. You’ll Never Be Able To Figure Out This Online Shop Designer Suits’s Benefits online shop Designer Suits

  8. You’ll Be Unable To Guess Mesothelioma Asbestos’s Tricks http://www.0270469.xyz

  9. Guide To Double Glazing Repairs Near Me:
    The Intermediate Guide The Steps To Double Glazing Repairs
    Near Me double glazing repairs near me (https://clients1.Google.com.pa/)

  10. Upvc Door Repairs Near Me Tools To Make Your Daily Life
    Upvc Door Repairs Near Me Trick That Everybody Should
    Be Able To Upvc door repairs near me

  11. 15 Pinterest Boards That Are The Best Of All Time About Adult ADHD Diagnosis cheap adhd diagnosis uk

  12. Five Killer Quora Answers To Online Clothes
    Shopping Sites Uk online Clothes Shopping Sites uk

  13. vimeo.com表示:

    See What Uk Online Shopping Sites For Mobile Tricks The Celebs
    Are Utilizing uk online shopping sites for mobile (vimeo.com)

  14. kaymell表示:

    10 Misconceptions Your Boss Holds Concerning Online Slots kaymell

  15. The Top Reasons People Succeed Within The Tall Larder Fridge Industry http://www.36035372.xyz

  16. 20 Things That Only The Most Devoted Adhd Assessment In Adults Fans Are Aware Of Getting Assessed for adhd (https://lifeisnew.ca)

  17. How To Explain Workers Compensation Legal To Your Boss workers’ compensation Lawyers

  18. The Reason Why Adhd Symptoms Has Become The Obsession Of Everyone In 2023 Adhd Rage Symptoms

  19. Everything You Need To Know About Window Repair Near upvc window repair

  20. 10 Undisputed Reasons People Hate ADHD Uk Medication adhd medication Uk buy

  21. What’s The Current Job Market For Online Shopping Uk For Clothes Professionals?
    Online Shopping uk For clothes

  22. 10 Things Everybody Has To Say About Car Accident Attorneys car accident law firms (http://yoajung.co.kr/bbs/board.php?bo_table=free&wr_id=9266)

  23. Why You Should Focus On Improving Birth Defect Litigation Birth Defect Attorney

  24. A Guide To Get A Mental Health Assessment From Beginning To End mental health disorder Assessment

  25. The 10 Most Scariest Things About Online Store Uk
    Cheapest online store Uk cheapest (http://Www.Idsys.kr/)

  26. See What Online Shopping Figures Uk Tricks The Celebs Are Making Use
    Of online shopping figures uk

  27. A Comprehensive Guide To L Shaped Couch Sectional. Ultimate Guide To L Shaped Couch Sectional l shaped sectional Couch

  28. The Most Sour Advice We’ve Ever Received On Double Glazed Window Suppliers Near Me Double Glazed Windows Near Me

  29. Why We Are In Love With Online Shopping Sites For Clothes (And You Should
    Also!) famous online shopping sites For clothes

發佈留言

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