I am using the events as GotoAndPlayNTime = times 3 but I need it to stop somewhere else but if I add in a pause before it then the repeat doesnt work
Thanks
Simon
loopStart in the pop-up dialog.loopStart) and set the number of times you want to repeat.I also attached the author file you can look at the example.
If you really want it to go to a label in the same page and stop (disregard of iOS), you use this instead of gotoPage in the custom actions
gwd.actions.timeline.gotoAndPause('page1', 'stop');
where 'stop' is the label on the timeline where you want it to go to.
Hope it helps,
San
Google Web Designer team