From tollman.owens at gmail.com Mon Dec 17 23:03:19 2007 From: tollman.owens at gmail.com (Tollman Owens) Date: Tue, 18 Dec 2007 02:03:19 -0500 Subject: [Golist] ta da! Message-ID: <317e53c40712172303k4d37d810ub3ebe1afc2e14b3a@mail.gmail.com> help all my stuff is broken, make it work for me!!! just kidding. i'm actually super excited. tollman From moses at goasap.org Wed Dec 19 10:23:11 2007 From: moses at goasap.org (Moses Gunesch) Date: Wed, 19 Dec 2007 13:23:11 -0500 Subject: [Golist] TweenBencher 1.5 + Go 0.3.1 Message-ID: <470668DB-73ED-4C9A-AF13-6CC969ED7CD4@goasap.org> SVN commit, includes TweenBencher. (If you've updated in the last 12 hours, please update again, I had to refactor the TweenBencher directory structure and fix the HTML welcome page) BUG FIXES ---------------- Donovan found a nasty issue with managers getting stored multiple times ? major oversight on my part, thanks man! NEXT STEPS ------------------- It seems that other recent updates to GoEngine have slowed Go down as well. I'm going to try and optimize it. Thanks friends, moses From moses at goasap.org Wed Dec 19 10:26:05 2007 From: moses at goasap.org (Moses Gunesch) Date: Wed, 19 Dec 2007 13:26:05 -0500 Subject: [Golist] 1st impressions Message-ID: Please share your impressions of Go with this friendly group! Every opinion counts! I posted at the Go blog about "what Go is not" to try and clear up a few obvious points. http://go.mosessupposes.com/?p=19 So.... - How clearly are things are presented? - How intimidating/complicated vs. friendly/simple does it seem on first look? - There's a brand new class diagram PDF in the intro pages. Help, or Hurt? - Is it clear that LinearGo tweens have a small few conventions that need to be adhered to? If not, where can I present that information where it would be more obvious? - Is it clear who the audience is? (People who know AS3) Moses -------------- next part -------------- An HTML attachment was scrubbed... URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20071219/1cbdcee1/attachment.html From moses at goasap.org Wed Dec 19 17:27:54 2007 From: moses at goasap.org (Moses Gunesch) Date: Wed, 19 Dec 2007 20:27:54 -0500 Subject: [Golist] SVN commit Message-ID: GoEngine improvements. -moses From tollman.owens at gmail.com Thu Dec 20 11:35:05 2007 From: tollman.owens at gmail.com (Tollman Owens) Date: Thu, 20 Dec 2007 14:35:05 -0500 Subject: [Golist] first impressions Message-ID: <317e53c40712201135q66567bc0y75d4dc582bb7d213@mail.gmail.com> i dig it! here is my cheesy script for the proposed go 3am infomercial. "so i needed all these graphics to alpha and scale in, it's the middle of the night, i'm the only one at the office, i'm supposed to get on a plane and the client delivery date is now! what was i supposed to do? then walks in go, and starts strutting around with LinearTween.as. so i just nab that up, copy it and save it as AlphaScaleTween.as change the constructor and the properties i'm manipulating and bam! i have close to 200 hundred graphics bowing to my every whim. thanks go!" then i was thinking some kind of after effects piece with the credits and all that. seriously though it's pretty handy. though at first look it may seem a bit intimidating, it really only took a few minutes to get the results i was looking for. i would definitely say that this is a system that caters to more of the code oriented end of flash but there are so many of us that ride both sides of that line i don't believe it to be an issue. all the code is commented very well, and it makes for easy consumption of the information. now i'm just looking forward with messing with some of the other features and building more complex tweens. -tollman From donovan at hydrotik.com Thu Dec 20 18:43:26 2007 From: donovan at hydrotik.com (donovan at hydrotik.com) Date: Thu, 20 Dec 2007 21:43:26 -0500 Subject: [Golist] HydroTween Message-ID: Here's my stab at a tweening extension for Go. It seems to be working as fast as it can with OverlapMonitor http://blog.hydrotik.com/2007/12/20/as3-tweening-go-hydrotween-rev-031/ HydroTween.go(target, {width:760}, .8, 0, Exponential.easeInOut, onCompleteHandler); Thanks Mo! From moses at goasap.org Fri Dec 21 16:08:29 2007 From: moses at goasap.org (Moses Gunesch) Date: Fri, 21 Dec 2007 19:08:29 -0500 Subject: [Golist] HydroTween In-Reply-To: References: Message-ID: Cool, thanks Donovan and Tollman, gettin' the party started! :) On Dec 20, 2007, at 9:43 PM, donovan at hydrotik.com wrote: > Here's my stab at a tweening extension for Go. > > It seems to be working as fast as it can with OverlapMonitor > > http://blog.hydrotik.com/2007/12/20/as3-tweening-go-hydrotween- > rev-031/ > > HydroTween.go(target, {width:760}, .8, 0, Exponential.easeInOut, > onCompleteHandler); > > > Thanks Mo! From moses at goasap.org Sun Dec 30 16:34:35 2007 From: moses at goasap.org (Moses Gunesch) Date: Sun, 30 Dec 2007 19:34:35 -0500 Subject: [Golist] SVN commit In-Reply-To: References: Message-ID: v 0.3.2 - bugfix: GoEngine.removeItem() was erroring if the item was not in the engine due to the use of an int that was converting null to 0.