Command to help create MC buttons
I always use MC's as buttons, for greater control and I always found myself having to always add the stop(); action and the frame labels, either manually or copying and pasting frames. Well, no more. I've been experimenting with JSFL a bit and this is my first command. Once you've converted you symbol to a movieclip, open it up in edting mode and run this command. It will automatically create a new layer called 'actions', put a 'stop();' action with '_up' label on the first frame and at 10 frame intervals, create labels for '_over', '_down', '_active', and '_disabled'. I added the '_active' and '_disabled', which are NOT part of Flash AS, but I use them often for additional button states. You're free to modify it if you'd like.
Last edited by JEBoothjr; 06-16-2004 at 10:29 AM..
|