This is the last post for the ultra strechy elastic menu. What was buggy in the last post was that the animation rollOut state was too fast. If the user rolled over all the buttons real fast everything would mess up. What we need to add...
Wednesday, June 21, 2006
Tuesday, June 20, 2006
Time has come to add rollover action on our menu. What was lacking in my last 4 posts concerning the stretchy elastic menu was the rollOver state. The reason I did not include it was the confusion I wanted to avoid. This delicate addition...
Monday, June 19, 2006
By changing the initial movie clip properties of the last post, you can get the menu to open up small litte squares or rectangular shapes. Simply change the values of the line: clip.tw = 200; // target widthclip.th = 200; // target height
Its time to make this elastic menu elastic! The last post was created a basic stretch menu and now we add the mathematical equation that makes it all go boing. //distance = (target-current)/speed * speedRatio + oldDistance * friction//current...
Friday, June 16, 2006
In my last post I explained how one movieclip property can affect the other one and so forth to create a stretchable menu. In this example, I make the color switch by using the following line of code: // make growing orange(clip == growingItem)...
The kurt noble site has long been a popluar destination for graphic designers. What I like about it is the scalability of the elements and their fluid movement. In the next 4 posts I will experiment with the basics of creating an elastic...
Thursday, June 15, 2006
In the spirit of the 2006 FIFA worl Cup I decided to use the obstacle avoidance v2 post to slalom a MovieClip between obstacles. The ball anticipates its future path and avoids the cone shaped obstacles. Drag the obstacles around and make the...
Wednesday, June 14, 2006
Goodby Silverstein & Partners is looking for a Flash/Multimedia Developer to join the Interactive Department. This position works with teams to build rich interactive experiences. Projects include flash banners, microsites, jump pages...
GSPSF is looking for an entry level flash designer.Candidate must posses a diploma in a new media program and have a good eye for design. Successful candidates must show they have followed courses in Flash animation and Object Oriented Programming...
Thursday, June 01, 2006
This is the same steering behavior as the previous post. It anticipates the clip's future path and avoids the the cone shaped obstacles. What has been added is a slider that grows|shrinks the obstacle. Mathematically this...
