views:

43

answers:

1

I'm trying to create a javascript avatar. E.G with Head Items, body items etc... I have a PHP script that queries the database and retrieves the current items the avatar/user is wearing, it's response is in a serialised array. The item/avatar images are in E.G: http://blahblahblahBlah.com/graphic/itemtype/id.png

How would I create an "inventory system"? Basically, there is a main layer, which is a PNG. It is the background. Then, there is the character, which is a PNG. On top of that, there are items ON the character. We need a way to create an "inventory" system, as mentioned earlier, using JavaScript. We already have the PHP and MySQL handled.

Thanks.

A: 

someone please help...

TPB