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

  1. Wguuonert表示:

    The absence of a warning for a given drug or drug combination in no way should be construed to indicate that the drug or drug combination is safe, effective or appropriate for any given patient.
    Get low price of a1 lyrica , a proven treatment for your condition
    Phthalate esters are colorless, odorless and used to make plastics soft and flexible, such as polyvinyl chloride PVC.

  2. 15 Reasons You Shouldn’t Ignore Bean Cup Coffee Machines
    Bean to cup machines

  3. This is the right site for everyone who would like to understand this topic. You understand so much its almost hard to argue with you (not that I personally will need to…HaHa). You certainly put a brand new spin on a subject that’s been discussed for many years. Wonderful stuff, just wonderful.

  4. Greetings! Very useful advice within this post! It is the little changes that will make the biggest changes. Many thanks for sharing!

  5. There’s definately a great deal to learn about this issue. I really like all of the points you’ve made.

  6. What’s The Current Job Market For Double Glazing Repairs Near Me Professionals Like?
    Double glazing Repairs Near me

  7. What Window Glass Replacement Near Me Experts Would Like You
    To Know replacement Glass for A Door (https://minecraftcommand.science)

  8. What Is The Best 4 Wheel Mobility Scooter Tools To Streamline Your Daily Life What
    Is The Best 4 Wheel Mobility Scooter Trick Every Individual Should Be Able To what is the best 4 wheel mobility Scooter

  9. When I initially commented I seem to have clicked the -Notify me when new comments are added- checkbox and from now on every time a comment is added I recieve four emails with the same comment. There has to be an easy method you are able to remove me from that service? Appreciate it.

  10. Vtwsda表示:

    buy imusporin paypal – buy methotrexate 5mg buy colcrys online cheap

  11. You’ll Never Be Able To Figure Out This Shop For Products Online’s
    Tricks shop for Products online

  12. Deb表示:

    Find Out What Green Power Tricks Celebs Are Utilizing green energy mobility
    scooters [Deb]

  13. How To Explain Replacement Glass To A 5-Year-Old replacement glass panel for door

  14. Ghost Immobiliser For Sale: 11 Things You’re Forgetting To Do ghostinstallations

  15. Slot Strategy表示:

    Avoid Making This Fatal Mistake With Your Slot Symbols Slot Strategy

  16. What’s The Job Market For Double Glazed Window Repairs Professionals Like?
    Double Glazed Window Repairs

  17. Car Keys Repairs Techniques To Simplify Your Daily Life
    Car Keys Repairs Trick That Everybody Should Know car keys repairs – https://arsenault-randolph-2.technetbloggers.De/,

  18. I could not resist commenting. Very well written.

  19. Koudxn表示:

    purchase lactulose without prescription – order mentat pill betahistine 16mg over the counter

  20. You’ll Never Guess This Need Spare Car Key’s Tricks Need spare car Key (https://telegra.ph)

  21. You’ll Be Unable To Guess Upvc Window Doctor’s Benefits Upvc window Doctor

  22. I used to be able to find good advice from your content.

  23. You’ll Be Unable To Guess Folding Travel Wheelchair With Bag’s Tricks folding travel wheelchair with bag

  24. Ten Things You Learned About Kindergarden To Help You Get Started With Treating Anxiety Disorders Separation anxiety disorder treatments

  25. By automating crypto exchange, trader take a back seat as trading bots come with programmed strategies that allow them to scan the market and execute trades on behalf of traders.

  26. Margart表示:

    Seat Key Fob Replacement 101 A Complete Guide For Beginners seat leon spare key cost
    (Margart)

  27. Timber表示:

    10 Quick Tips For Windows Near Me Timber

  28. bastombuva.uz表示:

    Are You Able To Research Vauxhall Key Replacement
    Online Vauxhall Insignia replacement Key (bastombuva.uz)

  29. 15 Of The Best Twitter Accounts To Discover More About
    Anal Fleshlight mens blowjob toy

  30. Why Retro Fridge Freezer Uk Is Everywhere This Year American fridge Freezer retro

發佈留言

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