- eBay Auction Shopping Alt
- Credit Cards
- Best deals, discount prices
- Rencontre
- Casual Fashion from Uniqlo
- Jobs
- Run your car on only tap water
- Annonce auto gratuite
- Cell Phones
TweenMax
TweenMax builds on top of the TweenLite core class and its big brother, TweenFilterLite, to round out the tweening family with popular (though not essential) features like bezier tweening, pause/resume capabilities, easier sequencing, hex color tweening, and more. TweenMax uses the same easy-to-learn syntax as its siblings. In fact, since it extends them, TweenMax can do anything TweenLite and/or TweenFilterLite can do, plus more. It also introduces an innovative feature called “bezierThrough” that allows you to define points through which you want the bezier curve to travel (instead of normal control points that simply attract the curve). Or use regular bezier curves - whichever you prefer. There are interactive samples at the site (AS2 and AS3 versions):
TransformManager
Scale, rotate, and/or move any MovieClip on the stage using an intuitive interface (similar to most modern graphics applications like Photoshop and Illustrator). When the user clicks on the MovieClip, a selection box will be drawn around it along with four handles for scaling. When the user places their mouse just outside of any of the scaling handles, the cursor will change to indicate that they’re in rotation mode. Hold down shift to constrain scaling proportions or to limit rotation to 45 degree increments. VERY simple to implement. Easy to customize many properties like the handle size, selection color, whether to scale from the center or edges, etc. Unlike some other classes out there, this one does NOT require that the MovieClip’s registration point be in the center. Get the class and view a sample at http://www.greensock.com/ActionScript/TransformManager.