A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getSlide(number:int) — method, class com.globfx.showroom.Presentation
Returns the specified slide of the presentation. Slide numbers go from 1 to numSlides inclusive.
gotoFirstSlide() — method, class com.globfx.showroom.SlideShow
Jump to the first slide of the slide show.
gotoLastSlide() — method, class com.globfx.showroom.SlideShow
Jump to the last slide of the slide show.
gotoNextSlide() — method, class com.globfx.showroom.SlideShow
Jump to the next slide of the slide show. Does nothing if the current slide is the starting slide of the slide show.
gotoPreviousSlide() — method, class com.globfx.showroom.SlideShow
Jump to the previous slide of the slide show. Does nothing if the current slide is the ending slide of the slide show.
gotoSlideNumber(number:int) — method, class com.globfx.showroom.SlideShow
Jump to the specified slide number. If the specified slide cannot be reached (for example, not in the slide show), the function does nothing. For example, the first slide number of the slide show is ShowRoom.slideShow.startSlide.number.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z