Oh boy do I have a big problem here and don’t even know where to begin!
Lets start with the basic idea eh.
I have lots of arrays, built up when you add a product to your basket. I’ve got about 4 arrays for each product:
parts_Array = [part1, part2, part3, part4…]
description_Array = [partdescription1, partdescription2…]
price_Array = [price1, price2, price3…]
quantity_Array = [quantity1, quantity2…]
you get the idea…
when you view your basket to confirm your order I want to display a list of parts, each entry with its corresponding price, description and quantity loaded into a movieclip, which can be attached to the main timeline, and scrolled as neccessary.
Is this possible or should I just give it up now? I have no idea where to start so I’m really in dire need. Anyone who could offer up any suggestions would recieve my eternal gratitude! For an exmple of what I mean please refer to the little example image I’ve provided…
EXTRA CHALLENGE: BOSS WANTS IT TO BE FLASH PLAYER 6, ACTIONSCRIPT 1 COMPATIBLE. NOT THAT HE’S BEING A PAIN OFCOURSE!! KILL MODE ACTIVATED!