Dear helper,
I have a flash presentation with products, this section is called the catalogue. Next I have a section Pricing,
users should choose their products in the catalogue, and then get a list in pricing for printing.
I made an array and gave each product some details:
var pricing = new Array();
product1[O] = "Table with stool";
product2[1] = "Table without stool";
If the user presses the button "add to pricing", then the product, let's say product1 should be added to a list,
When the user click on pricing, he/she should get a list with all products he/she selected.
How can i do this? I just want to use actionscript because my presentation will be on a CD and with a projector file.
Thanks in advance,
regards,
d2c
I have a flash presentation with products, this section is called the catalogue. Next I have a section Pricing,
users should choose their products in the catalogue, and then get a list in pricing for printing.
I made an array and gave each product some details:
var pricing = new Array();
product1[O] = "Table with stool";
product2[1] = "Table without stool";
If the user presses the button "add to pricing", then the product, let's say product1 should be added to a list,
When the user click on pricing, he/she should get a list with all products he/she selected.
How can i do this? I just want to use actionscript because my presentation will be on a CD and with a projector file.
Thanks in advance,
regards,
d2c