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

  1. The Ultimate Glossary Of Terms About Private ADHD Assessment Manchester private Adhd Assessment devon (https://posteezy.com)

  2. Five Qualities That People Search For In Every Americanfridge Freezer American fridge freezer

  3. What’s The Job Market For Private ADHD Assessment Manchester Professionals Like?
    private adhd assessment manchester

  4. Unexpected Business Strategies For Business That Aided Pushchair Cheap
    To Succeed rear facing pushchair

  5. I’m impressed, I must say. Rarely do I encounter a blog that’s both equally educative and engaging, and without a doubt, you’ve hit the nail on the head. The issue is something that too few folks are speaking intelligently about. I’m very happy I found this during my hunt for something regarding this.

  6. 20 Trailblazers Lead The Way In Replacement Mini Cooper Key replacement Mini key uk

  7. iptv表示:

    The next time I read a blog, I hope that it won’t fail me as much as this one. After all, I know it was my choice to read through, however I really thought you would probably have something useful to say. All I hear is a bunch of moaning about something that you can fix if you were not too busy looking for attention.

  8. Aw, i thought this was an incredibly nice post. In notion I have to place in writing in this way moreover – spending time and actual effort to create a very good article… but exactly what can I say… I procrastinate alot and also by no means apparently go accomplished.

  9. I’m so happy to read this. This is the type of manual that needs to be given and not the accidental misinformation that’s at the other blogs. Appreciate your sharing this greatest doc.

  10. See What Symptoms Of Anxiety Tricks The Celebs Are Using What Symptoms of Anxiety

  11. Aw, this became an extremely nice post. In thought I would like to devote writing such as this moreover – taking time and actual effort to make a very good article… but exactly what do I say… I procrastinate alot and by no means find a way to get something completed.

  12. 4 Dirty Little Details About Semi Truck Compensation Industry Semi Truck
    Compensation Industry semi truck accident attorney

  13. Katia表示:

    20 Up-Andcomers To Watch The Retro Style Fridge Freezer Industry retro style
    fridge freezers – Katia,

  14. 10 Misconceptions That Your Boss May Have About Kia Sportage Key Fob Kia Sportage Key Fob Kia sedona key fob not working

  15. 10 Quick Tips For Adhd Assessment In Adults How To Get A Adhd Assessment

  16. 9779342.xyz表示:

    The 3 Most Significant Disasters In Oil Radiator With Timer The Oil Radiator With Timer’s 3 Biggest Disasters In History 9779342.xyz

  17. The 10 Most Terrifying Things About Robot Vacuum Mop Pet Hair Robot Vacuum Mop Pet Hair

  18. The 10 Scariest Things About Upvc Door Locking
    Mechanism upvc door locking mechanism

  19. Birth Defect Lawyers Techniques To Simplify Your Daily Lifethe One
    Birth Defect Lawyers Trick That Everybody Should Learn Birth Defect Lawyers (http://Ccnnews.Kr/Bbs/Board.Php?Bo_Table=Free&Wr_Id=38421)

  20. And Im running from a standard users account with strict limitations, which I think may be the limiting factor, but Im running the cmd as the system I am currently working on.

  21. Why The Biggest “Myths” Concerning Birth Injury Litigation Could Be A Lie birth injury law firm

  22. Hey there! I’ve been following your blog for a while now and finally got the courage to go ahead and give you a shout out from Austin Tx! Just wanted to say keep up the excellent work!

  23. iptv表示:

    Pretty! This has been an incredibly wonderful article. Many thanks for providing these details.

  24. I do agree with all of the ideas you’ve presented in your post. They’re very convincing and will certainly work. Still, the posts are very short for starters. Could you please extend them a bit from next time? Thanks for the post.

  25. Rolando表示:

    Indisputable Proof That You Need Singles Mattress single mattress
    for electric bed (Rolando)

  26. Telegra.Ph表示:

    10 Reasons That People Are Hateful Of Seo Search Engine Optimisation Search Engine Optimisation Manchester
    (Telegra.Ph)

  27. Fbqexb表示:

    hytrin 5mg uk – buy dutasteride buy dapoxetine 30mg online

  28. Window doctor表示:

    The 10 Most Terrifying Things About Double Glazing In Crawley Window doctor

  29. Fela Lawsuits表示:

    3 Ways In Which The Fela Lawsuit Settlements Can Influence Your Life Fela Lawsuits

  30. Nine Things That Your Parent Taught You About Pushchair Stroller Pushchair Stroller

發佈留言

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