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

6,950 Responses

  1. 20 Things That Only The Most Devoted 2 Tier Backlink Fans Should Know tiered
    link building service (https://duggan-yildiz.technetbloggers.de)

  2. What Is 18-Wheeler Accident Attorney And Why Is Everyone Talking About It?
    18 Wheeler Accidents

  3. Ten Taboos About Upvc Window Repairs You Should Never
    Share On Twitter Supply only upvc Windows

  4. It’s Enough! 15 Things About Coffee Beans We’re Sick Of
    Hearing barista coffee Beans

  5. Why You’ll Want To Learn More About Hyundai Key Fob Replacement how do i get a replacement key for my hyundai

  6. Youre so cool! I dont suppose Ive read anything such as this prior to. So nice to seek out somebody by original applying for grants this subject. realy we appreciate you beginning this up. this website is one thing that is needed over the internet, an individual after some originality. helpful project for bringing new stuff for the web!

  7. Wow! This could be one particular of the most beneficial blogs We have ever arrive across on this subject. Basically Wonderful. I’m also a specialist in this topic so I can understand your effort.

  8. Why We Our Love For Veterans Disability Attorneys (And
    You Should Too!) veterans disability Lawyers

  9. The most important characteristic of a turbo is the strict connection of its value to the price of the underlying asset, which is generally a stock or an index.

  10. Five Things You Didn’t Know About Automatically Folding Mobility Scooter Automatic Folding Mobility Scooter

  11. 5 Killer Quora Answers To L Shaped Sleeper Sofa l Shaped Sleeper sofa

  12. i love auctions, i think joining an auction and bidding is also an addictive habit“

  13. Wow Da weiss man, wo es hingehen muss Viele Grüsse Mirta

  14. 9363280表示:

    A Proficient Rant Concerning Asbestos Claims Law 9363280

  15. Thank you for every other informative blog. The place else may just I am getting that kind of information written in such a perfect means? I’ve a undertaking that I’m just now operating on, and I have been at the look out for such info.

  16. 9326527.xyz表示:

    15 Getting An ADHD Diagnosis Benefits That Everyone Should Know 9326527.xyz

  17. Five Lessons You Can Learn From Mobile Car Diagnostics Near Me Uk
    mobile Diagnostics near me (http://okerclub.ru/)

  18. What’s The Job Market For Lost My Car Keys Professionals?
    lost my car key

  19. I really like this blog site, will definitely come back again. Make sure you carry on creating quality content articles.

  20. I am usually to blogging and i also truly appreciate your articles. This great article has really peaks my interest. My goal is to bookmark your blog and maintain checking for brand new details.

  21. Whoa that guideline is astonishing it truly helped me and my family, thanks a lot!

  22. 20 Up-And-Comers To Watch In The Cheap Used Mobility Scooters For
    Sale Near Me Industry Buy scooter near me

  23. 10 Meetups About Upvc Window Repairs You Should Attend Window repairs near me

  24. Tonic Greens表示:

    Hello! I’m at work surfing around your blog from my new iphone 3gs! Just wanted to say I love reading your blog and look forward to all your posts! Carry on the great work!

  25. Five Killer Quora Answers On Private ADHD Assessment UK Private Adhd Assessment Uk

  26. PH POP CASINO表示:

    An outstanding share! I’ve just forwarded this onto a friend who was doing a little homework on this. And he in fact bought me breakfast simply because I discovered it for him… lol. So allow me to reword this…. Thank YOU for the meal!! But yeah, thanks for spending some time to talk about this matter here on your site.

  27. The 10 Scariest Things About Upvc Windows Repairs Repairing Upvc Windows

  28. You’ll Never Be Able To Figure Out This Which Mattress Toppers Are Best’s Tricks mattress toppers

  29. See What Treatment For Panic And Anxiety Attacks Tricks The Celebs
    Are Utilizing treatment for panic and anxiety attacks

  30. PH POP CASINO表示:

    I need to to thank you for this fantastic read!! I definitely enjoyed every bit of it. I’ve got you book-marked to check out new things you post…

發佈留言

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