<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">that latest version of Go is not well tested, it might have issues. If so they will probably be in PlayableGroup.addItem(). I need to test it a bit ...<div><br></div><div>m<br><div><div><br></div><div><br></div><div><br><div><div>On Aug 3, 2008, at 4:05 PM, <a href="mailto:donovan@hydrotik.com">donovan@hydrotik.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> <font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px">Hi all.<br> <br> I was hoping to hold off in order to figure out why Sequencing is not working with the 0.5.1b update and do some more extensive testing, although I wanted to keep you guys informed on the progress in light of the emails. Consider this a soft update as some of these features haven’t been thoroughly tested yet. Because of this I have only updated the SVN. See below the updates for more info.<br> <br> So there are some new files associated with HydroTween now.<br> <br> HydroSequence.as<br> PV3DRenderManager.as<br> HydroTween.as<br> IPV3DRenderManager.as<br> IRenderable.as<br> <br> <a href="http://code.google.com/p/goplayground/source/browse/#svn/trunk/DonovanAdams/src/com/hydrotik/go">http://code.google.com/p/goplayground/source/browse/#svn/trunk/DonovanAdams/src/com/hydrotik/go</a><br> <br> <hr align="CENTER" size="3" width="95%"><br> Arguments have been added to HydroTween.go() calls:<br> <br> HydroTween.go(target, {x:200}, 2, 0, Linear.easeNone, completeFunction, updateFunction, ["Hello Complete Arguments"], [“Hello Update Arguements”]);<br> <br> This may conflict with previous syntax if you are using additional arguments extra easing params, etc.<br> <br> <hr align="CENTER" size="3" width="95%">A PV3DRenderManager class has been added to perform a global update to a veiwport/camera/renderer.<br> Works the same way with HydroTween.init3D(); However this is only called once per pulse.<br> I have not had a chance to test this in a PV3D scene yet, but the Manager is working. If someone could give this a test drive that would be great.<br> <br> It has been suggested that you have the ability to render more then one viewport. If this is the case I would suggest simply using another update method and update your renderer that way. I may change the way PV3DRenderManager works, and/or add more functionality for PV3D render control, but use the individual update in the meantime.<br> <br> <hr align="CENTER" size="3" width="95%">I fixed a but with complete and update methods being called multiple times when tweening an array of DisplayObjects<br> <br> I made the IDENTITY a public constant. To reset the value of any ColorMatrix tween you can pass HydroTween.IDENTITY to tween back to the original visual state of a target. This works for color, brightness, hue, saturation, matrix, contrast, and tint.<br> <br> HydroTween.go(target, {color: HydroTween.IDENTITY}, 2, 0, Linear.easeNone);<br> <br> <hr align="CENTER" size="3" width="95%">I have added update and complete props to HydroSequence. FYI I’m using updater instead of update to avoid a naming conflict.<br> goItem.addItem({func:trace, args:["HELLO WORLD"]});<br> goItem.addItem({target:target, color:0xFF00FF, duration:.5, updater:trace, updaterArgs:["Updating!"], scope:this});<br> <br> <hr align="CENTER" size="3" width="95%"><br> I have also added per Gils request:<br> <br> /**<br> </span></font><blockquote type="cite"><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"> * Added by Pickle: Add a property using genericRead and genericWrite<br> * @param newProp New Property name<br> **/<br> public static function addProperty(newProp:String) {<br> if (! _propertyList.hasOwnProperty(newProp))<br> _propertyList[newProp] = {prop:newProp, read:genericRead, write:genericWrite};<br> </span></font></blockquote><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"> }<br> <br> HydroTween.addProperty("zoom"); // add zooming for Papervision3D<br> Haven’t tested this yet.<br> <br> <hr align="CENTER" size="3" width="95%"><br> Like I said this HydroTween 0.5.1 rev40 is not working with 0.5.1b at the moment. I’m quite swamped and will figure out what’s going on soon. I just wanted to put these updates out there and ask that they be tested and to give you all some idea as to the inclusion of requests and how they have been implemented. Then I will make a formal post and update the SVN if everything looks good.<br> <br> If you can’t update via SVN contact me offlist and I will email you the files.<br> <br> I’m also going to post info on an ANT script and installing svnant for automating these updates.<br> <br> <br> Cheers,<br> Donovan<br> </span></font> </div> _______________________________________________<br>GoList mailing list<br><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br><a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote></div><br></div></div></div></body></html>