[FREE] [CODE] Animated Names

Status
This thread has been locked.

InstinctPvP

Banned
Feedback score
0
Posts
14
Reactions
1
Resources
0
This is just a basic code. You will still have to create a alphabet.js , main.js and an index.html for it to preview. Im just providing the line of code so the name animates. Thanks. This isn't much though!

Code:
var myName = "InstinctPVP";

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 letterColors = [red, orange, green, blue, purple];

drawName(myName, letterColors);

if(10 < 3)
{
    bubbleShape = 'square';
}
else
{
    bubbleShape = 'circle';
}

bounceBubbles();
 
Last edited:
Banned forever. Reason: Ban Evading
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Status
This thread has been locked.
Top