i will put some examples up soon. really quickly: simply link a MovieClip in your Library (mtasc/swfmill or mmc) to: org.osflash.tween.TweenableMovieClip
when instantiating that MovieClip use your reference to it to perform the tweening functions, for example: my_mc.slideTo(100, 100); read the API for additional functions and take a look at the different easing options using the various Penner's equations. additionally you can extend the TweenableMovieClip for custom widgets... Best, vineet_sc --- [EMAIL PROTECTED] wrote: > do you have an example usages of the tween library ? > > Grant. > > that's strange, i just checked the file, seems > fine. > > >> anyway, i put a ZIP file up as well for those > of you > > >> having trouble with tar.gz... > > >> > > >> http://blog.vineetsc.com/tweens/download/ > > >> > > >> best, > > >> vineet > > >> > > >> --- julien wrote: > > >> > > >> > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > ______________________________________________________ Yahoo! for Good Donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
