Elaine-
Well, What I thought I was beginning to understand doesn't make as much sense now that I "jump" to another level :-)
Here's what I'm trying to do:
I have a symbol on the stage: responsive_slideshow_button as well as the symbol:responsive_slideshow_part1
At 00:00:00 on the stage's timeline, I have this:
sym.$("responsive_slideshow_part1").hide();
Thie responsive_slideshow_button symbol calls the symbol responsive_slideshow_part1, using this in the "stage" onClick:
sym.$("responsive_slideshow_part1").show();
sym.getSymbol("responsive_slideshow_part1").play("in");
This works fine.
Now, within "responsive_slideshow_part1" I have a symbol called prev_next.
This symbol is a simple prev-next type button at the bottom that plays throught slideshow_part1.
My troubles lie in calling: responsive_slideshow_part2
What is the best way to call responsive_slideshow_part2 ?
And from where?
Also, I know I'm going to have to add a variable so I can track where the user is so I know where to send the previous or next click (there are 8 tutorial pages). I think I can figure this out from your tutorial.
I've tried everything I could think of but nothing has worked :-)
Thanks!
James