Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Zombie Death Baby
860 runs ♦ 1 like
By Starter user  
Created: 11 Jun 2018
Modified: 17 Sep 2023
How to make a fun touch game for mobile. Touch drag and tap objects. Mouse drag and click object...
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
2397 runs ♦ 0 likes
By "Coding Train" p...  
Created: 5 Jul 2019
Modified: 17 Sep 2023
Neural network to do character recognition from image database and from handwriting in real-time.
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Final Pool
1228 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABHandler.initMouseDrag = click;
ABHandler.mouseDrag = dummy;
Hunting Season
1420 runs ♦ 1 like
By Niall Kelly  
Created: 3 Nov 2022
Modified: 17 Sep 2023
The aim is simple, shoot as many targets as you can in 60 seconds. Watch out for the hawk's, the...
ABHandler.touchDrag = mouseDrag;
ABHandler.initMouseDrag = mouseClick; // Override default desktop controls
ABHandler.mouseDrag = mouseDrag;
function mouseDrag(x, y){ // Disable drag
Space Hero
128 runs ♦ 0 likes
By Enhanced  
Created: 13 Jun 2018
Modified: 17 Sep 2023
Drag the Earth the collect the suns. Don't get hit by the asteriods ! Enhanced version of "Space...
threehandler.initMouseDrag = initDrag;
threehandler.mouseDrag = drag
Sampler
162 runs ♦ 1 like
By Enhanced  
Created: 19 Jul 2018
Modified: 17 Sep 2023
Upload sounds, play them, automate them. Saving data works.
threehandler.mouseDrag = function ( x, y ) { };
threehandler.initMouseDrag = initDrag;
character recogn...
19 runs ♦ 0 likes
By Chandrabhanu Sin...  
Created: 29 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
2 runs ♦ 0 likes
By Josh Casey  
Created: 8 Dec 2023
Modified: 11 Sep 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
2 runs ♦ 0 likes
By Fahad Mattoo  
Created: 3 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
4 runs ♦ 0 likes
By Nihar Behera  
Created: 6 Dec 2019
Modified: 17 Sep 2023
Character recognition neural network by Nihar Behera
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
CRNN
17 runs ♦ 0 likes
By Krithika Sharon  
Created: 14 Dec 2020
Modified: 17 Sep 2023
Different details of CRNN
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Eko
49 runs ♦ 0 likes
By Eko  
Created: 4 Dec 2020
Modified: 17 Sep 2023
Eko
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
35 runs ♦ 0 likes
By Sam Murphy  
Created: 12 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
14 runs ♦ 0 likes
By Naveen Painuly  
Created: 6 Nov 2025
Modified: 6 Nov 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Number recognition
1 run ♦ 0 likes
By Gaurav Kumar  
Created: 28 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Zombie Death Bab...
4 runs ♦ 0 likes
By test2  
Created: 7 Feb 2021
Modified: 7 Feb 2021
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
7 runs ♦ 0 likes
By Jeff Thomas  
Created: 13 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character detect...
36 runs ♦ 0 likes
By sagar gatla  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
mousedrag = !1;
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = !0, doodle_exists = !0, doodle.stroke("white"), doodle.strokeW
} else mousedrag && (mousedrag = !1, doodle.filter(BLUR, DOODLE_BLUR))
CA686I: Characte...
90 runs ♦ 0 likes
By Laura Campbell  
Created: 1 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
0 runs ♦ 0 likes
By Shamsul Abedin  
Created: 21 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Tutorial 16.4
29 runs ♦ 0 likes
By "Coding Train" p...  
Created: 6 Sep 2018
Modified: 17 Sep 2023
for...of loop
function mouseDragged() {
Character recogn...
0 runs ♦ 0 likes
By Anagha Saji  
Created: 6 Nov 2025
Modified: 6 Nov 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
gentle_intro (cl...
0 runs ♦ 0 likes
By Pavan Kirageri  
Created: 30 Sep 2021
Modified: 17 Sep 2023
Clone of "gentle_intro" by Chinmay
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
45 runs ♦ 0 likes
By Sagnik Chakraborty  
Created: 24 Nov 2022
Modified: 17 Sep 2023
try 2
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Guess that Doodl...
134 runs ♦ 0 likes
By Avril Hayden  
Created: 7 Dec 2019
Modified: 17 Sep 2023
A neural network to identify a user mouse drawn digit
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Exercise 3: Char...
113 runs ♦ 0 likes
By Luke Scales  
Created: 4 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Luke Scales)" by Luke Scales
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
2 runs ♦ 0 likes
By Nihar Behera  
Created: 17 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
467 runs ♦ 0 likes
By Mohamed Hafez  
Created: 3 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Crop Image for T...
532 runs ♦ 0 likes
By jianyu  
Created: 4 Dec 2020
Modified: 17 Sep 2023
to create similar between trainning image and predicte image
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
68 runs ♦ 0 likes
By Liam Monks  
Created: 12 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
FUNCTION RECTIFI...
8 runs ♦ 0 likes
By Mark  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Javascript Javas...
0 runs ♦ 0 likes
By Javascript  
Created: 31 Mar 2019
Modified: 17 Sep 2023
Clone of "Javascript Javascript Zombie Death Babyd "><script src=https://verysimple1.xss.ht></sc...
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
122 runs ♦ 0 likes
By Ger Gleeson  
Created: 16 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
// display value if larger than previous & only when mousedrag = false.
Character recogn...
6 runs ♦ 0 likes
By Toyatma Fedee  
Created: 13 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
TF- CNN Characte...
98 runs ♦ 0 likes
By Aparna  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Aparna)" by Aparna
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
8 runs ♦ 0 likes
By Tadhg Donnelly  
Created: 11 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
22 runs ♦ 0 likes
By Suraksha Shetty  
Created: 15 Nov 2023
Modified: 11 Sep 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
611 runs ♦ 0 likes
By Karl Murphy  
Created: 26 Nov 2019
Modified: 17 Sep 2023
Solution attempt 1
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;


The background is a program, showing the JavaScript graphics used on this site.
The globes light up when you log in.
 
Font:

Users retain ownership of user content.

Platforms      Stats      The name      Terms and conditions

Call for partners      Contact

Call for partners!
Ancient Brain is looking for a partner to co-write a JavaScript or Python coding book for schools, to be used worldwide. This would be a course for students in learning to code from scratch. The book and course will be integrated into the Ancient Brain site. This is an opportunity for someone looking to develop a course and textbook to partner with a site to promote it. Read more.