[Golist] the possibilities of go

donovan at hydrotik.com donovan at hydrotik.com
Wed Mar 5 06:21:06 PST 2008


Sorry to post this to the list. Curt I tried emailing you back a few times
and my emails got bounced back.


There are spots for a complete, and an update callback in the static
arguments so you don't need to return an instance of the tween and add the
listeners.  However I did add the return type for future needs.

HydroTween.go(target,  {scaleX:(original_scaleX +
.2),scaleY:(original_scaleY + .2)}, .25, 0, Quartic.easeInOut, null,
reCenter);  

The null arg in front of your update callback is the onComplete callback
argument fyi

I updated the SVN with the return type.

http://code.google.com/p/goplayground/downloads/list




On 3/5/08 9:04 AM, "Curt Kotula" <curt at fastspot.com> wrote:

> I agree. I wouldn't change a thing.
> 
> With each new published extension of go the entry bar will be lowered
> a little bit.
> 
> Also, learning curves are healthy. The users that take the time to
> learn the go platform will be able to manipulate it better when they
> need functionality that doesn't currently exist. You should have to
> walk before you run.
> 
> _curt
> 
> 
> On Mar 5, 2008, at 4:01 AM, Karsten Goetz wrote:
> 
>> Hi Moses,
>> 
>> i don't  think  Go is to complicated. But I think tutorials would be
>> great.
>> It's true that the learning curve at the beginning is higher
>> compared to Tween engines like Fuse - but at the other hand it gives
>> us a great flexibilities and possibilities.
>> 
>> It's great to have examples, like HydroTween and your tutorials. But
>> for a lot of people the "ready to go" aspect of an tweenengine
>> counts and they turn around when it's not usable in some minutes .
>> Go can do that and we have to create a playground to show.
>> Hope I can send my part soon :-)
>> 
>> Greetings
>>  Karsten
>> 
>> 
>> 
>> 
>> 
>> 
>> ------------------------
>> Karsten Goetz
>> Flashprogrammierung
>> 
>> Bernstorffstr. 120
>> 22767 Hamburg
>> 
>> Tel:       +49 40 43 09 91 07
>> Mobil:   0173 57 14 984
>> 
>> 
>> 
>> _______________________________________________
>> GoList mailing list
>> GoList at goasap.org
>> http://goasap.org/mailman/listinfo/golist_goasap.org
> 
> 
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org






More information about the GoList mailing list