One of the great things about working with Director is that there are so many
tools and functionalities, but only when you start combining these do you
start to realize the real power of Director.
In this article we will combine three cool tools and use them to create
another tool that we can use like any other in Director. Not only will it
take a mere half hour to create, but it will save you hours of development
time in the future (see Image I) This probably sounds confusing so let me be
more specific: I'm talking about creating a behavior.
Behaviors
Behaviors are one of the most powerful tools in Director because they allow
you to create generic code snippets that can be utilized in many different
situations and projects. To show you what a behavior is, let's create a
simple one. Open the script window and set the script type to "behavior" in
the property inspect... (more)