From 2fa735319765a4b32c9acec9dc6e2fdcd668a86f Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Wed, 24 Feb 2021 00:47:40 +0000 Subject: [PATCH] Update GWD_CCG_example.html Updated File to include loop example (gotoAndPlay) when using GWD. --- Example Project/GWD_CCG_example.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Example Project/GWD_CCG_example.html b/Example Project/GWD_CCG_example.html index ee78ca2..13841a7 100644 --- a/Example Project/GWD_CCG_example.html +++ b/Example Project/GWD_CCG_example.html @@ -249,15 +249,20 @@ // GWD Predefined Function gwd.actions.timeline.pause('document.body'); }; + gwd.auto_BodyEvent_5 = function(event) { + // GWD Predefined Function + gwd.actions.timeline.gotoAndPlay('document.body', 'start'); + }; - +

This is f0

@@ -282,6 +288,7 @@
+