0

I have a problem with my script

Hello, I begin in the coding and I found a script on Codeacademy which I would want to use in a site, this script gives a colored message and with bubbles. Unfortunately, I do not manage to adapt it and "to activate it". Here is the script: red = [0, 100, 63]; orange = [40, 100, 60]; green = [75, 100, 40]; blue = [196, 77, 55]; purple = [280, 50, 60]; letterColors = [red, orange, green, blue, purple]; mouseResponseThreshold = 50; friction = 0.85; rotationForce = 0.0; message = "Here is the message!"; drawName(message, letterColors); bounceBubbles(); Thanks!

12th Apr 2018, 12:08 PM
daniel rodrigues
daniel rodrigues - avatar
1 Respuesta