Skip to content

Instantly share code, notes, and snippets.

@robbiegod
Last active February 8, 2016 20:33
Show Gist options
  • Save robbiegod/f117de50122a1d1d2094 to your computer and use it in GitHub Desktop.
Save robbiegod/f117de50122a1d1d2094 to your computer and use it in GitHub Desktop.

Google Web Designer Notes

How to create a simple loop in google web developer

  1. Create a label at Frame 1 call "LoopAnim".
  2. Add an event on the last frame of your animation.
  3. Double click the event to edit it.
  4. Select "Timeline".
  5. Choose "gotoAndPlayNTimes".
  6. Choose the receiver.
  7. Select the "LoopAnim" from frame 1 in the label drop down menu.
  8. Set the number of times you want the animation to loop. I only needed the animation to play twice so i set this to 1.
  9. Click "Save".
  10. Save your work and Preview the animation.

How to add a Google Web Font

  1. Select the text tool.
  2. At the top of the screen, you'll see a F+ button (doesnt really look like a button, but you can click it.)
  3. A window opens up and you can search for the font you want to use. (seems slow and doesnt populate very quickly so be patient.)
  4. After you add the fonts you want, click ok.

How to add a clickTag

It appears that this may work, but I won't know for sure until i can test this in DoubleClick Studio.

  1. Create a Tap Area Component.
  2. Use a touch/click event and use exit out of your ad type.
  3. Enter "clickTag" in the metrics ID and enter a dummy url.
  4. Save the event.
  5. Publish the ad locally.
  6. Open the html file and remove the dummy url leaving it: url=''
  7. Save the file.
  8. Zip the files and distribute.

Ref Link: https://groups.google.com/forum/#!topic/gwdbeta/Jp6rU9Z-3Yc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment