利用GreenSock Tweening Platform製作動畫
因為馬老師剛開始利用程式製作補間動畫的Class是Tweener,所以前面介紹了很多篇這方面的文章,但當然這方面的Class不是只有Tweener而已,所以接下來介紹一個目前發展起來比Tweener還要棒很多的Class,它是由GreenSock研發的Tweening Platform(補間平台),其中包含了:「TweenNano」、「TweenLite」、「TweenMax」、「TimelineLite」、「TimelineMax」。
為什麼說他發展得比較好呢?除了Tweener能做到的幾乎它都可以以外,也因為Tweener已經停止開發,所以未來將不會有新增的功能,但TweenMax還在不斷的更新中,在官網還有以下的比較案例:
從上面的案例可以看出來利用GreenSock所研發的Tweening Platform的執行效能會比其他的好(FPS越高越好),所以接下來就來看看GreenSock Tweening Platform的簡介。
TweenNano、TweenLite與TweenMax算是同樣功能,但在製作後檔案容量是TweenNano<TweenLite<TweenMax,也就是說利用TweenNano所製作出來的動畫容量是最小的,舉個例來說,像這樣的動畫效果,TweenNano製作後swf大小為:5KB、TweenLite:8KB、TweenMax:21KB,不過在功能上面也是TweenNano<TweenLite<TweenMax,也就是說TweenMax可以掌控的效果比較多,也更具有彈性,例如:TweenNano就沒有辦法執行:pause()、play()、restart()…等,而TweenLite沒辦法執行:貝茲曲線運動、濾鏡…等,所以要用哪個版本的Tween,端看想要製作的動畫效果來考量,官方也有針對此三者製作比較表供大家參考。
另外TimelineLite和TimelineMax算是同樣功能,但看到後面的英文單字應該可以了解與上述具有相同的關聯,而這方面的Class是可以掌握時間軸上面的變化,在Tweener中,我們只能用Delay來控制動畫先後順序,而在GreenSock所研發的Tweening Platform中則可以利用TimlinelineLite或TimelineMax來處理。
馬上來介紹有關這個Class的一些使用方式,與Tweener一樣的是必須先下載(備用載點),然後在需要使用的Flash檔案中import該Class,下載解壓後會有以下的資料夾:
- badges:GreenSock圖標。
- com:主要Class資料夾。
- demo_swfs:裡面有很多swf的展示,對於想要了解本Class非常有幫助。
- docs:參考文件。
在import時,看你想要使用的Class來import,例如需要使用TweenNano則:
import com.greensock.TweenNano;
若需同時使用TweenLite和TweenMax則:
import com.greensock.TweenLite; import com.greensock.TweenMax;
想偷懶,則:(別擔心,Flash只會內嵌有使用到的部分)
import com.greensock.*;
至於製作補間的程式碼,其實官方就有製作swf來給大家參考,這邊也把官方的範例放進來給大家參考:
上面的案例可以讓你測試動畫效果,下方也會產生該段動畫的程式碼供你使用,實在是非常方便。另外關於Tween的語法也可以改成下面這種版本:
TweenLite.from(mc, 1.5, {y:0, alpha:0});
一個是告訴動畫要去哪,另一個是告訴動畫要從哪開始變化,關於Tweener可以使用的delay、onComplete、onStart、onUpdate…等,這個Class也都可以使用,例如:
TweenLite.to(mc, 1.5, {x:100, ease:Elastic.easeOut, delay:1, onComplete:okFn}); function okFn() { trace("動畫執行完畢"); }
這個Class還有很多特別的動畫效果,例如:濾鏡、短距離旋轉、貝茲曲線、聲音、色彩變換…等,大家也可以參考官方製作的swf來參考動畫效果與取得程式碼:
在動畫控制上面可以使用如下的程式碼來控制動畫:
var myTween:TweenLite = new TweenLite(mc, 1, {x:100, y:100}); myTween.pause(); //暫停動畫播放 myTween.resume(); //恢復動畫播放 myTween.reverse(); //反向播放 myTween.play(); //播放動畫 myTween.restart(); //重播動畫 myTween.invalidate(); //移除補間並使元件恢復原始狀態 myTween.kill(); //清除補間動畫 TweenLite.killTweensOf(mc); //清除所有物件之補間動畫
以上是有關GreenSock Tweening的介紹,接下來介紹有關TimelineLite與TimelingMax的部分。
就像上面有提到在Tweener中我們如果希望三個元件在不同的時間點開始移動,就只能使用delay或是另外寫程式來控制,現在我們可以使用Timeline相關的Class來完成這樣的任務,甚至還可以讓時間軸倒著播放也沒問題,以下就是有關TimelineLite的官方範例:
另外是TimelineMax的範例檔,供大家參考:
以上就是針對GreenSock Tweening Platform大致的介紹,建議有空可以前往官網鑽研更多其他的功能,另外其實GreenSock另外還有TransformManager和LoaderMax,各位也可以先參考官網文章或是未來再跟大家分享我的使用心得。
註:本範例所使用的範例版權屬於GreenSock公司所有。
Thanks, I’ve recently been searching for info approximately this topic for a while and yours is the greatest I’ve came upon till now. But, what about the bottom line? Are you positive concerning the source?
Aw, it was a very nice post. In concept I would like to invest writing such as this moreover – taking time and actual effort to make a good article… but exactly what do I say… I procrastinate alot and no indicates manage to get something done.
Thank you for every other excellent article. Where else may just anyone get that type of info in such a perfect means of writing? I’ve a presentation next week, and I am on the look for such info.
5-5.ru/index.php?links_exchange=yes&page=501&show_all=yesВ
unirun.ru/page/5/В
demo.4admins.ru/viewtopic.php?f=10&t=1549&start=0&view=printВ
est-m.ru/katalog/ukg/В
forum.twilightmu.com/album.php?albumid=243&pictureid=1529В
Intimately, the post is in reality the greatest on this worthy topic. I fit in with your conclusions and also will thirstily look forward to your forthcoming updates. Saying thanks definitely will not simply be sufficient, for the amazing lucidity in your writing. I will certainly perfect away grab your rss feed to stay privy of any kind of updates. Authentic work and also much success in your business endeavors!
Also, weblog frequently and with interesting material to keep individuals interested in coming back and checking for updates.
Hi! Do you know if they make any plugins to help with SEO?
I’m trying to get my website to rank for some targeted keywords but I’m not seeing very good gains.
If you know of any please share. Kudos!
You can read similar blog here: Escape room
куда пожаловаться на мошенников куда пожаловаться на мошенников .
Hi, after reading this remarkable post i am too glad to share my experience here with colleagues.
forum.moderncompany.de/profile.php?lookup=15044В
http://www.moj.webservis.ru/forums/search.php?action=members&p=150&s=d&order=ASC%D0%92%C2%A0В
lapartenza.vn/thu-vienВ
radio-wave.ru/forum/member.php?2068-robertgLieptВ
forum.pokexgames.pl/member.php?action=profile&uid=45672В
??? ????? ????? ????? ???? ?? ????? ?? ????? ??? ?? ?????? ??????? . ????? ??????? ????? ???? ?????? ??????? ?????? ??????? ???? ????? ?????? ??????? ??? ??????? ??? ?? ??????? ?? ????? ????????.
I discovered your site site on google and appearance a couple of your early posts. Preserve on the excellent operate. I merely extra up your Rss to my MSN News Reader. Looking for forward to reading a lot more on your part later on!…
Hi, i think that i saw you visited my website so i came to “return the favor”.I’m trying to find things to enhance my website!I suppose its ok to use a few of your ideas!!
Can I simply say what a aid to seek out somebody who really knows what theyre talking about on the internet. You definitely know find out how to convey a difficulty to gentle and make it important. More individuals need to learn this and perceive this side of the story. I cant imagine youre no more fashionable since you undoubtedly have the gift.
как в телеграмм пожаловаться на мошенников http://www.pozhalovatsya-na-moshennikov.ru .
куда пожаловаться на мошенников куда пожаловаться на мошенников .
my sister loves the tv series Ghost Whisperer but i do find it a bit distracting sometimes“
You would like to find as being a true man, not a counterfeit.
when using hair dryers, it would be better to use those low wattage types because they are not very damaging to the hair’
http://fifa2.com
I discovered your website website on google and check many of your early posts. Continue to keep within the really good operate. I merely additional increase Feed to my MSN News Reader. Seeking toward reading a lot more of your stuff at a later time!…
I wanted to send you this very small remark to help say thanks over again over the pleasing tricks you’ve discussed on this website. This is really extremely generous of you to make extensively exactly what a number of us could have sold for an electronic book in making some bucks for their own end, precisely considering the fact that you could have done it if you ever considered necessary. Those tactics likewise worked to become a fantastic way to be certain that other people online have a similar interest just like mine to know the truth lots more around this matter. I know there are thousands of more enjoyable sessions up front for folks who view your website.
What’s Happening i’m new to this, I stumbled upon this I have found It absolutely helpful and it has aided me out loads. I hope to contribute & assist other users like its helped me. Good job.
buy cipro xr
купить диплом в казани http://6landik-diploms.com
Along with the whole thing which appears to be developing within this particular subject material, all your points of view are actually very exciting. Nonetheless, I beg your pardon, but I do not subscribe to your entire plan, all be it radical none the less. It looks to me that your commentary are not totally justified and in actuality you are generally yourself not even wholly certain of your argument. In any case I did enjoy reading it.
I’d have to talk with you here. Which isn’t some thing I do! I spend time reading a post that could make people think. Also, thank you for permitting me to comment!
купить диплом о высшем образовании http://6landik-diploms.com/
безопасно,
Современное оборудование и материалы, для поддержания здоровья рта,
Специализированная помощь по доступным ценам, для вашей улыбки,
Бесплатная консультация и диагностика, для вашего комфорта и уверенности,
Комплексное восстановление утраченных зубов, для вашего здоровья и красоты улыбки,
Экстренная помощь в любое время суток, для вашего комфорта и удовлетворения,
Заботливое отношение и внимательный подход, для вашего комфорта и удовлетворения
послуги стоматології https://stomatologichnaklinikafghy.ivano-frankivsk.ua/ .
квартиры в екатеринбурге цены купить квартиру
купить квартиру в екатеринбурге от застройщика https://kupit-kvartiruekb.ru
viktig lenke