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

  1. 10 Quick Tips About Best Online Shopping Sites London Kipling Sanaa Rolling Backpack

  2. Vimeo.com表示:

    The Most Negative Advice We’ve Ever Seen About
    Cheap Online Shopping Sites Uk Cheap Online Shopping Sites
    Uk Elac Debut f6.2 review – Vimeo.com

  3. 9 Things Your Parents Taught You About Amazon Online Shopping Clothes Uk amazon Online shopping clothes uk

  4. Ten Things You’ve Learned In Kindergarden That’ll Help You With Online Shopping Stores List Alternative Imagination Glasses

  5. 15 Funny People Working Secretly In Private Adult Adhd Assessment adhd assessment For adults uk

  6. Guide To Examples Of Online Products In 2023 Guide To Examples Of Online Products
    In 2023 car air filter performance

  7. vimeo表示:

    If You’ve Just Purchased Uk Online Grocery Shopping Sites …
    Now What? vimeo

  8. Meet Your Fellow Birth Defect Litigation Enthusiasts. Steve Jobs Of The Birth Defect Litigation Industry
    birth Defect Law firm

  9. Vimeo.com表示:

    Question: How Much Do You Know About Shopping Online Uk
    To Ireland? Vimeo.com

  10. birth Defects表示:

    20 Important Questions To Have To Ask About Birth Defect Lawyer
    Prior To Purchasing Birth Defect Lawyer birth Defects

  11. 11 Ways To Completely Redesign Your Online Shop sustainable fashion levi’s 30W

  12. The No. Question That Everyone In Car Boot Mobility Scooter Should Be Able To
    Answer 4Mph boot scooter

  13. Guide To Uk Online Shopping Sites Like Amazon: The
    Intermediate Guide Towards Uk Online Shopping Sites Like Amazon uk online shopping sites Like Amazon

  14. To były bardzo pomocne informacje na temat kroków w SEO.

  15. Why You’ll Definitely Want To Learn More About Which Online Stores Ship Internationally At91r Dual Moving magnet cartridge

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

  17. 10 Real Reasons People Hate Malpractice Law malpractice Lawyers

  18. accidents表示:

    A Intermediate Guide The Steps To Motorcycle Accident Litigation accidents

  19. I just like the valuable info you supply in your articles. I’ll bookmark your blog and take a look at again here regularly. I am slightly certain I’ll be told plenty of new stuff right right here! Good luck for the following!

  20. 5 Clarifications On London Online Mobile Shopping Sites
    Machine Washable Snack Bags

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

  22. I would like to express my respect for your generosity giving support to folks who have the need for help with this theme. Your special commitment to getting the solution across was extraordinarily informative and has all the time helped some individuals much like me to realize their ambitions. The warm and friendly useful information denotes a lot to me and a whole lot more to my office workers. Best wishes; from everyone of us.

  23. i use lamp shades with CFL ubls instead of incandescent lamps, they are much cooler and uses less electricity“

  24. Online Shopping Uk Electronics Tools To Make Your Daily
    Life Online Shopping Uk Electronics Technique Every Person Needs To Learn Online Shopping Uk Electronics

  25. 10 Myths Your Boss Is Spreading About How To Buy Clothes Online From Uk Hanging Light Bulb Cord White

  26. Normand表示:

    How To Build Successful Online Shopping Sites List For Clothes
    Tutorials From Home Motion Sensor Kitchen Trash Bin [Normand]

  27. Vimeo.Com表示:

    15 Top Twitter Accounts To Learn More About Which Is
    Best For Online Grocery Shopping Vimeo.Com

  28. Guide To Online Shopping Uk Cheap: The Intermediate Guide Towards Online Shopping Uk
    Cheap online shopping uk Cheap

  29. What’s The Job Market For Uk Women’s Online Shopping Websites Professionals Like?
    uk women’s online shopping websites (https://slimex365.com/)

發佈留言

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