greensock / GreenSock-AS3

Public repository for GreenSock's ActionScript 3 libraries like GSAP (TweenLite, TweenMax, etc.) and LoaderMax. For AS2, see the GreenSock-AS2 repository and for JavaScript, see the GreenSock-JS repository. Main site: http://www.greensock.com
410 stars 145 forks source link

about tweenlite ticker #6

Closed hellogavin closed 11 years ago

hellogavin commented 11 years ago

I compile this code in Flash builder 4.7 will be error in " TweenLite.ticker.addEventListener("tick", tick);" and I check its API cannot find ticker.

jackdoyle commented 11 years ago

What version of TweenLite are you using? It sounds like you're using a VERY old version. The ticker was introduced in v12 over a year ago.

hellogavin commented 11 years ago

I'm very sorry about this.A very old version was hiding in my project.

jackdoyle commented 11 years ago

No problem at all. Glad you figured it out.