This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by amal.1996
over 8 years

How i can give the height and weight for each letter?

How i can give the height and weight for each letter or for full word! And also i want to add new line under the main and make word more little than the main word. like this
GRAND 6 for ever

Thank u))


This is my code

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 gray = [71, 71, 71];

var myName = “GRAND”+” “+”6”; letterColors = [red,red,red,red,red,black] if(5 > 1){ bubbleShape = “circle”;
}

else { bubbleShape = “square”; } drawName(myName, letterColors); bounceBubbles();