GingerApple
07-05-2009, 05:37 AM
Hi,
I've got a games website and I'm looking for a way to make a sort of calculator that adds up the value of all the items you're carrying, perhaps like the following:
ITEM QUANTITY CURRENT VALUE
BUTTONS QUANTITY
Item 1 [QUANTITY+1] 2 $250
Item 2 [QUANTITY+1] 4 $600
The [quantity+1] is a button to increase the current quantity by 1 and then the script would take the value of the item, multiply it by the current quantity and display the value - pretty simple in essence! It would be good if the items could be replaced by pictures, but it's not essential.
So! Any ideas what media/scripting language I could do this with and are there are scripts available that I could customise that would already do this for me?
Bearing in mind I have good knowledge of HTML/CSS, but very limited flash/scripting knowledge
Any information would help!
Will
I've got a games website and I'm looking for a way to make a sort of calculator that adds up the value of all the items you're carrying, perhaps like the following:
ITEM QUANTITY CURRENT VALUE
BUTTONS QUANTITY
Item 1 [QUANTITY+1] 2 $250
Item 2 [QUANTITY+1] 4 $600
The [quantity+1] is a button to increase the current quantity by 1 and then the script would take the value of the item, multiply it by the current quantity and display the value - pretty simple in essence! It would be good if the items could be replaced by pictures, but it's not essential.
So! Any ideas what media/scripting language I could do this with and are there are scripts available that I could customise that would already do this for me?
Bearing in mind I have good knowledge of HTML/CSS, but very limited flash/scripting knowledge
Any information would help!
Will