davestewart
09-13-2005, 08:57 AM
Morning.
I have been given the task of creating an interactive world map with office locations plotted in each country.
I have created a frontend with roll-over buttons to link to each country. Once selected you jump to a scene (say NAmerica) and then are promted with each city which may have multiple offices. Clicking on one of these buttons will take you to a new scene (Atlanta) which will list the offices that you may click on (clicking will call text into a html txt box).
All is working fine until yesterday, I am now putting in South America and when i put the script on the button :
on (release) {gotoAndPlay("_SouthAmericaSelection", 1);
}
: it doesn't jump to that scene but rather the scene before it (at the mo, NAmerica).
Can anyone tell me why this is happening. I have tried renaming the scenes, changing the order but to no avail.
Time is tight for me on this project so if anyone can help me on this I would be truely greatful.
Dave..
I have been given the task of creating an interactive world map with office locations plotted in each country.
I have created a frontend with roll-over buttons to link to each country. Once selected you jump to a scene (say NAmerica) and then are promted with each city which may have multiple offices. Clicking on one of these buttons will take you to a new scene (Atlanta) which will list the offices that you may click on (clicking will call text into a html txt box).
All is working fine until yesterday, I am now putting in South America and when i put the script on the button :
on (release) {gotoAndPlay("_SouthAmericaSelection", 1);
}
: it doesn't jump to that scene but rather the scene before it (at the mo, NAmerica).
Can anyone tell me why this is happening. I have tried renaming the scenes, changing the order but to no avail.
Time is tight for me on this project so if anyone can help me on this I would be truely greatful.
Dave..