[Golist] GoASAP 0.4.8
Moses Gunesch
moses at goasap.org
Tue Apr 29 14:07:55 PDT 2008
download: http://code.google.com/p/goasap/
I've changed the id property of PlayableBase to "playableID".
Plain "id" was too generic, and easy to end up conflicting with other
stuff.
This doesn't really affect anything unless you were setting things like,
myTween.id = "mytween";
Now it would be,
myTween.playableID = "mytween";
A few inputs in the methods like PlayableGroup.getChildByID were
updated to read "playableID" for consistency and you'll see
"playableID in the toString() of various objects now too.
PS: I was still not happy with the GoASAP homepage, it felt abstract
and salesy.
I have once again updated it. If you're not sick of it let me know if
this is any better!
http://www.goasap.org/
Thanks,
moses
More information about the GoList
mailing list