I Miss My PuppetSprite & Show Peter Sydney @ MXDU

Dude, I swear, I keep hearing dynamic animation through code like DynTween, and some of Flash 7’s stuff calling my name, but always cross the line somewhere. The current interface I’m implementing at work now I could definately see parts of it greatly benefitting from such a system, but as a whole, I personally think it wouldn’t work. There are just some complexities that wouldn’t be realistic to code, even with the heartache I had yesterday.

Interface is made up of 2 parts, and for some reason, the 2nd part wasn’t moving out (think assembly interface). I traced the Output window the _currentframe, and yes it was on the right frame, but it seemed to be ignoring the timeline. I tried updateAfterEvent, and even toggling the _visible property of the movie clip, all to no avail; the freak wouldn’t move. Got <a href=”http://www.erikbianchi.com/”>Erik</a> involved, and he reminded me that setting some properties of tweened movie clip’s will stop them dead in their tracks. “Aw shhhhiiiiiii…..” I replied. Looking through my code, commenting out some of the _alpha settings I was making, and poof, it worked again. SO, I just gave the movie clip’s I was setting 2 states internally using frame 1 and frame 2, rather than affecting it’s _alpha. Granted, I could of wrapped the mc in another movie clip wrapper, but it was already deep enough, and using 2 states works great; very little code had to be added to switch it; just changed _alpha = 50 to gotoAndStop(“disabled”).

Still, it’d be nice in the Flash 8 player if we had a command similiar to the puppetSprite command in Director. You know they are gonna have to update the internals of the Flash 8 Player anyway because all these frikin’ programmers are gonna want their classes to really compile to classes and their private variables to really work… of course, what I’m asking is a screen rendering thing be modified, so that’s not really fair, but hey… yeah, that’s it, just hey.

*ahem*

Basically, puppetSprite said, “Hey Director, Lingo is controlling this now, so ignore whatever the timeline says.” You can toggle this. In Flash, many people have seen what happens when you drag a movie clip to a positive depth, only to return the keyframe, and the sprite is duplicated or other “weird” things happen. Regardless, I know a lot of developers are probably using a lot of their own animation engines for simple transitions, etc., but for the custom interfaces I work with, I honestly don’t think it’s realistic in the long run, and I KNOW I’m not the only one doing this kind of work. I’m definately not the first hybrid to blend code and complex interfaces… that’s what Flash is all about.

At any rate, <a href=”http://www.macromedia.com/support/email/wishform/”>wish-list</a> it with me!

Also, talked to <a href=”http://www.peterjoel.com/blog/”>Peter Joel</a> yesterday. He wanted to know what is there to do in Sydney and see if we could hook up during the <a href=”http://www.mxdu.com/”>MXDU 2004 conference</a>. Like <a href=”http://www.darronschall.com/”>Darron</a>, it broke my heart but I had to let him know I couldn’t go because of no vacation time left and wanting to save dough since I’m buying a new house. It’d be nice to hang with fellow Flash peeps that I’ve never met personally but known for awhile online, especially in Sydney. Anyway, he was a little disappointed because I wouldn’t be able to entertain him for a week after the conference (I was more than happy to do so, that country’s tons of fun!), so since I can’t, I recommended tons of things. Don’t know how useful they were, but mainly:
– get with the peeps at Daemon; Geof, his wife, and crew all are cool and know of fun things to do. Or, I guess you could just talk shop with Andrew for hours…
– contact a local travel agent. In my limited experience, Australia was a country that was cool with non-Bush loving tourists, and I’m sure the UK has the same slant in plenty of travel packages
– Get with Steve, Brian, (peeps that I hung with when I was there), or Scott Barnes (since he works for the government there).

Regardless, if your at the conference, show my boy around town (cept for Red Cross).

4 Replies to “I Miss My PuppetSprite & Show Peter Sydney @ MXDU”

  1. It’s a shame you can’t make it down to the conference. I’m looking forward to the trip myself..

    I wanna get into a fight with a kangaroo, if possible.

Comments are closed.