Browsing Posts tagged actionscript 3

Working on dreamgrove.org i had to turn a string of space-separated words into a word list, an array containing these words, so that when someone searches for “red dress” i could get results using the String.search() method even when these words are not adjacent to each other (eg. “… her dress was red”). So i [...]

Green Sock Tween

No comments

Well, for some time now i have been using TweenLite and especially TweenMax as my AS3 tweening engine. Jack has made an amazing job writing these classes and a real service to the Actionscript community by sharing them like this. Now, i searched google for the terms “green” “sock” (which is the name of his [...]