Question
Help with loading dynamic variables
I have a movie that shows a map of the UK, all my customers
are represented as a small triangle(button symbol)
when a customer is clicked I loadvariables from an ASP page that queries a db only for that customer and show them on the next frame these are the customers name, address etc about 20 variables then the "showvaribles frame" has a close button which puts me back to the begining of the movie,works great
What happens when I chose another customer, will they variables conflict ie 2 sets of var1?
can i unload the variables? that would be best
can I use var1 to 10 on one customer and 100 to 110 on another ? thats gonna be messy
any help appriciated
when a customer is clicked I loadvariables from an ASP page that queries a db only for that customer and show them on the next frame these are the customers name, address etc about 20 variables then the "showvaribles frame" has a close button which puts me back to the begining of the movie,works great
What happens when I chose another customer, will they variables conflict ie 2 sets of var1?
can i unload the variables? that would be best
can I use var1 to 10 on one customer and 100 to 110 on another ? thats gonna be messy
any help appriciated