|
-
Multiple Variables
Hi everyone.
I am working on a site (in Flash MX) where the user can choose from a variety of t shirt colours and graphics to create their own t shirt.
http://www.thesplendiddesigncompany.com
I am using variables (the "if _root.colour ==" method) to navigate from one colour to another, and the same for the graphics for smooth transitions.
What I wan to do is add a button that says "order me" and when I click on it the button checks what the colour variable is and what the graphic variable is and then open an email button with the product name as the subject.
The bit Im stuck on is getting the button to check two variables,
I guess it would be something like this...
On (release){
If (_root.colour == 01){
&
If (_root.graphic == 01){
getURL("mailto: [email protected]
else_if (_root.colour == 02){
&
If (_root.graphic == 01){
getURL("mailto: [email protected]
The problem is when I try this it doesnt work, if anyone has any suggestions how I implement this PLEASE help me, I am sure it can be done I just dont know how.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|