For the next two weeks, that is, from July 1st to July 14th, Brainbench is offering ALL its exams for FREE. Yes you heard it right, FREE.
They are celebrating 5 Million users and will offer all brainbench exams for FREE for two weeks starting July 1st.
Library Items Renamer v1.0 is a JSFL script written by Sascha.
Features:
- It renames a selection (and only the selection) of items in the library and gives them a new name plus a numeric suffix. If you enter clip_ as the name and 0 as the number start you get items with the names clip_0, clip_1, clip_2 etc.
- It is possible to only use numbers and no name-prefix.
- It is possible to use a number offset, so naming doesn't start from zero.
- Leading zeroes can be used (works up to four digits long numbers).
- Exporting into first frame can be toggled on/off.
- A linkage Class name can be set (and removed by leaving the field empty).
Its a small little handy tool, dont expect it to do a lot as there are certain limitations also.
enjoy!!
Found interesting Timeline Class files written by ShoveMedia. Look for the "Actionscript Timeline V2.0 Beta".
These classes can be used to create Mask Effects, Tweens, Colour Shifts, MovieClip Loads, Pause etc. in a Flexible, Object oriented way. It can also Save/Load XML describing those transformations for future use. Comes with samples to get you started.
Timeline Class
Constructor :
Timeline
Methods:
Timeline.addActions (obj, method, localData, style)
Timeline.addChildTimeline ( timeline )
Timeline.setIntervalTime ( milliseconds )
Timeline.play ()
Timeline.pause ()
Timeline.addListener ( listener )
Timeline.getXML ()
Timeline.setXML ()
Timeline.load (url)
Timeline Events:
onPlay (Timeline)
onEnterFrame // Timeline internal use only
onPause (Timeline)
onStart (Timeline)
onEnd (Timeline)
onLoad (Timeline)
Action class
Methods :
Action.end()
Action.addListener ( listener )
Action Events :
onActionStart (action)
onProcess (action)
onActionEnd (action)
Timeline Library
TimelineLibrary is an object that contains a number of helpful sample Actions. They can be especially helpful as examples when constructing your own Action routines.
TimelineLibrary.loadMovie ( localData, action )
TimelineLibrary.preloadMovie ( localData, action )
TimelineLibrary.pauseFor (localData, action)
TimelineLibrary.playTimeline (localData, action)
TimelineLibrary.pauseForTimeline (localData, action)
TimelineLibrary.tween (localData, action )
TimelineLibrary.colorTween ( localData, action )
TimelineLibrary.colorTransform ( localData, action )
TimelineLibrary.maskFx ( localData, action )
available MaskFX functions
TimelineLibrary.wipe_right
TimelineLibrary.wipe_left
TimelineLibrary.wipe_up
TimelineLibrary.wipe_down
TimelineLibrary.center_horizontal
TimelineLibrary.center_vertical
TimelineLibrary.corner_br
TimelineLibrary.corner_bl
TimelineLibrary.corner_tr
TimelineLibrary.corner_tl
TimelineLibrary.circle
Zoom
TimelineLibrary.zoomTo ( localData, action )
Target Manager
TargetManager is a utility class used internally to enable XML serialization features for the Timeline class. It enables a _target property for functions and objects other than movieClips.
TargetManager.getObjectFromDotSyntax ( context, objAsString )
TargetManager.exposeFunctionTargets ( object )
TargetManager.setTarget ( object, target )
TargetManager.getTarget ( object )
XmlUtil
XmlUtil provides two utility functions to aid in XML serialization features.
XmlUtil.serializeAnonObj (obj)
XmlUtil.deserializeAnonObj (nodes)
Private Methods
Timeline.getCurrentAction
Timeline.getNextAction
Timeline.onEnterFrame
Timeline.endAction ( action )
Timeline.end( action )
Action (id, isTimeline, controller)
Action.start
Action.end
Action.pause