Tuesday, April 14, 2009

Top Creators in Spore

I've been wanting to do this for awhile. This Flash app reads in data from here and displays the top ten of those creators. Each creator element has an image, a rectangle sprite and some text filled in. That element is a movieclip with an event listener added to it: mHolder.addEventListener(MouseEvent.CLICK, goToSpore); to send the user to a webpage. Each movie clip is then added to the main stage.





I had trouble morphing the color from one shade to another as you transcend the list, it seems to have something to do with sprite.transform.colorTransform. Also, I am still struggling with how to add particular elements to a movie clip without displaying that info, and then when the user clicks on a movie clip we are able to extract certain info about it. How to do?

0 comments: