利用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...

9,109 Responses

  1. Very interesting read, you should look into some Online Advertising

  2. 24 Hours To Improve Hyundai Replacement Key Cost replacement key for hyundai i30

  3. Ten Things You Learned In Kindergarden That Will Help You
    Get Best Sextoys For Men adult sex toys For men

  4. I tried to post a comment previously, however it has not shown up. I assume your spam filter might be broken?

  5. Lovely just what I was searching for.

  6. Leonia Leyva表示:

    This put up justifies to go viral. It is really that precious.

  7. What Is The Reason ADHD Test Is The Best Choice For You?

    Online adhd tests

  8. Real nice pattern and fantastic articles , hardly anything else we need : D.

  9. Five Killer Quora Answers On Adult ADHD Testing adult Adhd testing

  10. mil.spbsut.ru表示:

    Some Of The Most Ingenious Things That Are
    Happening With Slot Demo slot demo gates of olympus (mil.spbsut.ru)

  11. great site表示:

    An intriguing discussion is definitely worth comment. I do believe
    that you ought to write more on this subject matter, it may not be a taboo subject
    but usually folks don’t discuss such subjects. To the next!
    Kind regards!!

    Here is my blog post; great site

  12. You have got an uncanny knack for choosing essentially the most appropriate topics.

  13. Pourquoi ne pas mentionner les significations apportées la semaine dernieres selon le gouvernement francais? pour le moins on aurait la possibilité de discuter sur les vrais chiffres.

  14. The People Nearest To ADHD Test For Adults
    Uncover Big Secrets adhd Testing in adults

  15. Thanks, I’ve recently been looking for information approximately this subject for ages and yours is the greatest I’ve came upon so far. However, what in regards to the conclusion? Are you sure about the supply?

  16. 10 Things We All Do Not Like About Cerebral Palsy Legal Cerebral Palsy Lawsuit

  17. you possess a excellent blog here! if you’d like to have the invite posts on my own weblog?

  18. The Top Mesothelioma Lawyer Gurus Are Doing 3 Things mesothelioma claim
    http://www.medexmd.com

  19. Window Doctor表示:

    From All Over The Web: 20 Fabulous Infographics About Double Glazing Doctors Window Doctor

  20. 5 Killer Quora Answers On Veleco Luxury Electric Scooters veleco luxury electric scooters

  21. There couple of fascinating points at some point in this post but I don’t determine if I see these people center to heart. There is some validity but I will take hold opinion until I investigate it further. Excellent write-up , thanks and then we want much more! Added onto FeedBurner in addition

  22. 9 Signs You’re An Expert Window Replacement Expert window replacement cost

  23. 10 Facts About The Window Doctors That Will Instantly
    Get You Into A Great Mood Upvc Doctor Near Me (https://Stevenson-Ortiz-2.Technetbloggers.De/)

  24. Perhaps you should also a put a forum site on your blog to increase reader interaction.~:;,’

  25. A mesothelioma lawyer helps victims file various types of
    claims to obtain compensation. These include personal injury lawsuits as well as wrongful death lawsuits.

    My webpage :: Asbestos attorney

  26. The 9 Things Your Parents Taught You About Ignition Key Replacement Cost Ignition Key Replacement Cost (https://Guldbrandsen-Boisen.Technetbloggers.De/)

  27. Window And Door Doctor Tips To Relax Your Everyday Lifethe Only Window And Door Doctor Trick Every Individual Should Know window and door doctor near me

  28. The 10 Scariest Things About Online Shopping From Google online shopping From google

  29. Ten Under Counter Fridge Freezer That Will Improve Your Life fridge freezer uk sale (cyberhosting30.Com)

  30. would love to always get updated outstanding weblog! .

發佈留言

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