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

  1. 10 Wrong Answers To Common Private ADHD Assessment UK
    Questions: Do You Know The Right Answers? private Adhd assessments

  2. h6h2h5.wiki表示:

    Mobility Scooter For Sale Near Me: 11 Thing You’ve Forgotten To Do heavy duty mobility scooters near me – h6h2h5.wiki,

  3. vehicle表示:

    See What Motor Vehicle Lawsuit Tricks The Celebs Are Using vehicle

  4. What’s The Job Market For Uk Women’s Online Shopping
    Websites Professionals Like? uk women’s Online shopping websites (http://ok0bw7u60ff7e69dmyw.com/)

  5. Sherman表示:

    10 Attorney For Asbestos Tricks All Experts Recommend Sherman

  6. You’ll Be Unable To Guess Which Online Stores Ship Internationally’s Secrets which online Stores ship internationally

  7. The 10 Most Terrifying Things About Online Shopping
    Top 7 Online Shopping Top 7 (http://Www.4Stour.Com)

  8. You Are Responsible For An 18 Wheeler Wreck Lawyer Budget?
    12 Tips On How To Spend Your Money 18 Wheeler Accidents

  9. The 10 Most Terrifying Things About Window Repair
    Near Me Window Repair Near Me

  10. How To Beat Your Boss In Key Programming http://www.5611432.xyz

  11. Five Killer Quora Answers To Uk Online Shoe Shopping Websites uk online shoe shopping websites

  12. 10 Things Your Competition Can Inform You About How To Diagnosis ADHD
    http://www.9326527.xyz

  13. What Is Locked Keys In Car How To Open? History Of Locked Keys In Car How To Open how to open a car door without keys

  14. Guide To Double Glazed Units Near Me: The Intermediate Guide Towards Double Glazed Units Near Me double glazed units near me

  15. 9 . What Your Parents Taught You About Best Online Shopping Sites London Online shopping sites london

  16. What’s The Current Job Market For Getting A New Car Key
    Cut Professionals? New car key cut

  17. 7 Small Changes You Can Make That’ll Make The Biggest Difference In Your Fireplace lynnbolvin.top

  18. Everything You Need To Be Aware Of Adults ADHD Test Adult Adhd Test

  19. 10 Undeniable Reasons People Hate Semi Truck Law semi truck Accident

  20. 15 Door Repairs Near Me Benefits Everyone Needs To Be Able To upvc Door repairs near me

  21. What’s The Current Job Market For Which Is The Best Online
    Supermarket Professionals Like? which is the best
    online Supermarket; https://wiki.mine-hoster.De/,

  22. You’ll Never Guess This London Online Clothing Shopping Sites’s Tricks London Online Clothing Shopping Sites (Library.Kemu.Ac.Ke)

  23. 10 Quick Tips For Drip Machine machine drip Coffee

  24. This Is The History Of Private ADHD Diagnosis UK private Adhd assessment newcastle

  25. Guide To Stroller Single: The Intermediate
    Guide In Stroller Single Stroller single

  26. Maureen表示:

    How To Solve Issues Related To Adhd Assessment For Adults adhd self assessment test (Maureen)

  27. You’ll Never Guess This Window Repair Near Me’s Tricks window repair Near me

發佈留言

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