Snippets

Michael Gale GWD Timeline Functions

Created by Michael Gale last modified
1
2
3
4
5
6
7
8
9
 // Go to label and play. (Make sure you create the label).
 
 gwd.actions.timeline.gotoAndPlay('page1','START');
 
 // Go to a new page and play
 
 // 'stack', 'page number', 'transition style' (none, slide, fade, push), 'duration', 'easing', 'direction'
 gwd.actions.gwdPagedeck.goToPage('pagedeck', 'page1', 'none', 1000, 'linear', 'top');
 

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.