Javascript 2!

Developer
Size
1,956 Kb
Views
40,480

How do I make an javascript 2!?

What is a javascript 2!? How do you make a javascript 2!? This script and codes were developed by Chandra on 27 August 2022, Saturday.

Javascript 2! Previews

Javascript 2! - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Javascript 2!</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id='art'></div>
<br><br><br><br><br>
<center><h2 class="inst">Click to start. Move the mouse around the screen to change the color of the background dots and reveal the hidden message.</h2> <br><br><br>
<center><h1 class="hidden">This is a hidden message</h1></center>
<center><p1 class="hidden"><b>Hold the mouse at the bottom of the screen or refresh to hide the message.</p1></center> <br><br><br> <script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.4/p5.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Javascript 2! - Script Codes CSS Codes

#art
{ position:absolute; top:0px; left:0px; z-Index:-1;
}
.hidden
{ color:white
}

Javascript 2! - Script Codes JS Codes

function setup()
{ var can = createCanvas(window.innerWidth,window.innerHeight); can.parent('art');
}
var start = 0 ;
function draw()
{ if ( start == 1) { background(color(255,255,255,0)) fill(color(mouseX,mouseY,255,90)) stroke( color(20,100,200,10)) ellipse(random(0,window.innerWidth), random(0,window.innerHeight),25,25); }
}
function mousePressed()
{ start = 1 ;
}
Javascript 2! - Script Codes
Javascript 2! - Script Codes
Home Page Home
Developer Chandra
Username chandralil
Uploaded August 27, 2022
Rating 3
Size 1,956 Kb
Views 40,480
Do you need developer help for Javascript 2!?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Chandra (chandralil) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!