VertexLists Go Morphing

August 22nd, 2006

Back in 1996 there was an After Dark (I think) screensaver that morphed vector-like figures from one Olympic sport in to another, such as swimmer to a volleyball player. If I had the energy/time I’d look around on a backup CD for that one just to grab an image (if of course I could get OS8 or 9 up and running). Screensavers have mostly faded away with the exception of that really cool spinning 3D RSS Visualizer and the iTunes cover art on OSX. Anyway (enough reminiscing), I never forgot that screensaver and loved how things morphed.

When vectorShapes made it in to Director 7 I immediately started using them. They made such nice anti-aliased lines and curves (or is that aliased…which ever is the pretty one). For making graphs and such in math and science they are unbelievably useful.

One issue that many Director users have when first starting to use vectorShapes is when the registration point seems to shift around as you change the vertexList. There are proper things to do, but this covers a little trick that I use. One of the first things I noticed is that you could have two vertexPoints in your vector, and if they were less than 0.5 pixels apart that line wouldn’t show up in the vectorShape member. Nifty!

If you use this fact you can draw an invisible line in one corner of a rectangle, and another invisible line in the opposite corner (using the #newCurve feature of vectorShapes). You can then start adding any new shapes you want. Just be sure you never have a point that goes “outside” your rectangular region.

VertexPoints that help make vectorShape

In this example I set up several key data sets that will be my “shapes” that I will morph. In this case I just used 4 points. I do a few loops to move them from one shape to the next (by extrapolating between the current shape and the one it is morphing towards). When it gets to the final shape it starts working back to the first shape (and vice versa). One thing I do is flip the y value in sign before I add the data to the vertexList. In science I always need a positive value of y to be upward (otherwise the world would be upside down!).

There is a much more complete article on Director Online that covers a lot of the morphing behavior, so jump over there for some code that is a bit cleaner than mine 🙂

Click to view example (pop up window)

Download this example (zip file, 28k)

Entry Filed under: Basic Lingo,Demo Files

4 Comments Add your own

  • 1. Zac Belado  |  August 8th, 2006 at 12:27 pm

    I’m more interested in how this will work with multiple monitors. I have two set up for Director and am really curious if each space will cover both monitors as well

    Certainly going to be a useful tool when combined with Parallel virtualization software as you can then keep your Windows windows in their own space

  • 2. Chik  |  August 8th, 2006 at 1:05 pm

    I thought that during the Time Machine demo, the search was for someone called Sonia.

  • 3. MultimediaGuy  |  August 8th, 2006 at 1:14 pm

    I’m not positive, but I know the movie they have posted to show it off uses Rose.

    I’d forgotten about dual monitors (even though I always have 2 or 3 connected to my computer as I sit here going blind). Since the new Mac lets you put in four video cards (or some large number) I’m sure they will have thought of the issue.

  • 4. Zac Belado  |  August 8th, 2006 at 3:06 pm

    The webcast search is for Sonia and the movie on the website has them searching for Rose.

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Director Sites

Calendar

August 2006
M T W T F S S
« Jul   Sep »
 123456
78910111213
14151617181920
21222324252627
28293031  

Archives

Recent Posts

Recent Comments