|
-
Maybe try something like this...
// part of code on next button
if (screen instanceof mx.screens.Slide)
{
screen.rootSlide.currentSlide.nextSlide.gotoAndPla y (1);
screen.rootSlide.currentSlide.gotoNextSlide();
}
// part of code on previous button
if (screen instanceof mx.screens.Slide)
{
screen.rootSlide.currentSlide.previousSlide.gotoAn dPlay (1);
screen.rootSlide.currentSlide.gotoPreviousSlide();
}
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
|