Skip to content

Instantly share code, notes, and snippets.

@jasdumas
Created April 9, 2014 14:42
Show Gist options
  • Save jasdumas/10278426 to your computer and use it in GitHub Desktop.
Save jasdumas/10278426 to your computer and use it in GitHub Desktop.
Hour of Code Challenge: Bubble Letters
10 < 3 ;
var red = [0, 100, 63];
var orange = [40, 100, 60];
var green = [75, 100, 40];
var blue = [196, 77, 55];
var purple = [280, 50, 60];
var myName = "Jasmine";
var letterColors = [red, orange, green, blue, purple]
if (10 < 3) {
bubbleShape ="square";
}
else {
bubbleShape ="circle";
}
drawName(myName, letterColors, bubbleShape);
bounceBubbles()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment