Snippets kick ace! and events don't hurt either!
So... have any of you guys downloaded the two panels Lee Brimelow released recently? If not I would suggest doing so. They are killer time savers!
The snippets panel lets you store your code or get code from others that you reuse often and you don't want to have to constantly setup. Almost like knowing OOP but "not" and its reusable.
Really it could be any code you want! Its easy to add your own through an XML doc that Lee gives you access to edit and add to the panel. If you want to add some code to the panel just navigate to the XML doc and start pasting. Below is one I made really quick for setting up a simple Fuse function:
<snippet label="Setup Simple Fuse Animation" ascript="import com.mosesSupposes.fuse.*;\nZigoEngine.register(Fuse, PennerEasing, FuseItem, FuseFMP);\n\nfunction animation():Void\n{\n\tvar f:Fuse = new Fuse();\n\tf.push({ target: me, _alpha: 100, _x: 0, _y: 0, ease: 'easeOutQuad', time: .5, trigger: .25 });\n\tf.start();\n}\n\nanimation();" />
I would love to see some of us share our favorite snippets to use in our own panels! I'm trying to get a little list together of mine and I will be sure to share it with all of you guys. But anyway Lee gives you all a nice list to start with. Some good AS3 code snippets for Tweener, some AIR stuff and more! I already started a little project just from the AS3 things these two little guys taught me. Its a pretty simple AIR app I plan to share very soon! But don't stress you don't have to use AS3 for your snippets AS2 code snippets will work fine too!
Also the Event panel is great to. Its like a snippets panel but it creates events for your AS3 project. Its really worth looking at since events are the basis of any project or site you are creating. Just make a movieclip choose a few events its going to have and viola, its auto creates the actionscript for you!
Well don't just sit there go download the Code Snippet and Event panels now!

This will be one of my most used aspects in Flash CS3. I love it and the customization is awesome…I love Flash and I’m back…
hi good topics thanks :]