Here are some of the things I've played with to date.
Note: All my scripts include/require this script. It's just a bunch of shape functions. If you want my code to work on your server you'll need it.
3d objects ( wireframe )
views: 33013d experiment beginnings I can't take credit for this code. I've only altered it, but its damn cool. The original code is from kirupa.com. kirupa's tutorials are very good. Here's my experiments so far:
| key controlled rotation | code |
| 4 cubes | code |
| lots of cubes w/o connectors | code |
| modular variation | code |
| 3d plus signs | code |
Tetris
views: 488tetris wannabe game This is a work in progress. Not finished yet - its got a "few" bugs. It was a huge challenge though and thats why I did it. Much respect to TonyPA for his tile-based game tutorials. His how-tos really helped me get started.code here
Snake
views: 345snake game - this is a remake of that old skool snake game we've all spent hours on hours playing on our cell phones. Use the arrow keys to control the snake the code is here current highscore: 550!
audio player
views: 1178ming php mp3 player i made this flash player for djspecialblends site in flash with lots of actionscript. it was written semi-decently with portability taken into consideration. when it came time to use it again for another site, i had the worst time changing the colors of all the visual elements because i had to go into each movie clip and fill the object with the new color. so i converted the whole thing to this ming script, which is damn handy. this is a second example that uses the bitmap background capability (i didnt have time for a pretty example i just slapped it together). download the code here
ming menu
views: 1188ming menu1 rollover menus, only goes one level deep so far.
ming menu2 the code is spread across a couple of files, and I had to write this little language for it because I couldn't connect to my database from localhost. If you're really interested, download all the files here (I've written a readme - the code is a mess for reasons explained within. apologies): controller code
rollover menu builder
views: 927text generator1 dynamic ming menu creator. code here
text generator2 second example
font drawing
views: 1289draw fonts4 real dope. font set is called curious device
draw fonts3 che - yes him
draw fonts2 crazier shape
draw fonts1 crazy shape
girl this one speaks for itself go here to learn how to do this.