Archive for November, 2008
The Thread of Words: Only God's money
My wallet. Inside which my credit cards and my cash and my insurance cards have shifted to make room for this stranger, God’s fifty- dollar bill, which is only here on holiday.
See the article here:
The Thread of Words: Only God's money
Flash CS3 Tutorial 2 – Creating Money
This is a tutorial on how to create money on flash games. here’s the code for moving characters: onClipEvent(enterFrame) { if(Key.isDown(Key.RIGHT)) { _x+=10 } if(Key.isDown(Key.LEFT)) { _x-=10 } if(Key.isDown(Key.UP)) { _y-=10 } if(Key.isDown(Key.DOWN)) { _y+=10 } } Thanks Manifest222!

Original post:
Flash CS3 Tutorial 2 – Creating Money


