Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Character recogn...
1817 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
1164 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABHandler.initMouseDrag = click;
ABHandler.mouseDrag = dummy;
Space Hero
120 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
149 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;
Hunting Season
1391 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
Zombie Death Baby
771 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
TestTryCharacter...
23 runs ♦ 0 likes
By Rahul K Johny  
Created: 29 Nov 2022
Modified: 17 Sep 2023
TESTTTTTTTTClone 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...
1 run ♦ 0 likes
By Mark  
Created: 25 Nov 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;
ConvnetJS Charac...
103 runs ♦ 0 likes
By Dillan de Langen  
Created: 11 Dec 2019
Modified: 17 Sep 2023
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 James Humphrys  
Created: 10 Jan 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...
0 runs ♦ 0 likes
By Kushagra  
Created: 13 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;
Zombie Death Bab...
0 runs ♦ 0 likes
By Dylan Bagnall  
Created: 1 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Javascript Javas...
0 runs ♦ 0 likes
By Javascript  
Created: 30 Mar 2019
Modified: 17 Sep 2023
Clone of "Javascript Zombie Death Baby" by Javascript
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
60 runs ♦ 0 likes
By yilin li  
Created: 18 Nov 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;
New era of chara...
45 runs ♦ 0 likes
By Rakesh Reddy Soma  
Created: 13 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;
test sample
21 runs ♦ 0 likes
By sk sk  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "sample"
mousedrag = !1;
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = !0, doodle_exists = !0, doodle.stroke("green"), strok
} else mousedrag && (mousedrag = !1, doodle.filter(BLUR, DOODLE_BLUR))
Doodle_Pre_Trained
26 runs ♦ 0 likes
By Danyal  
Created: 5 Dec 2021
Modified: 17 Sep 2023
Danyal Quazi
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true;
if (mousedrag) {
mousedrag = false;
3d Zombie Death Baby
11 runs ♦ 0 likes
By Test account  
Created: 4 Feb 2019
Modified: 4 Feb 2019
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Assignment 2 : C...
89 runs ♦ 0 likes
By Raj Vibhute  
Created: 17 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
mousedrag = false // are we in the middle of a mouse drag drawing?
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = true, doodle_exists = true, doodle.stroke("white"), s
} else mousedrag && (mousedrag = false, doodle.filter(BLUR, DOODLE_BLUR));
Zombie Death Bab...
0 runs ♦ 0 likes
By Genesis  
Created: 26 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby (clone by Genesis)" by Genesis
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
327 runs ♦ 0 likes
By Akash Gupta  
Created: 18 Nov 2021
Modified: 17 Sep 2023
Practical 2 Failed Attempt to Integrate ML5
let mousedrag = false; // are we in the middle of a mouse drag drawing?
// mousedrag = true; // start a mouse drag
// if ( mousedrag )
// mousedrag = false;
bull_business1
15 runs ♦ 0 likes
By akshara  
Created: 10 Dec 2020
Modified: 17 Sep 2023
bull_business1
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;
Rajasi's CNN Cha...
12 runs ♦ 0 likes
By Rajasi  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "CharRecognition_UsingCNN (clone by Dheera(21261395))" by Dheera
mousedrag = !1;
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = !0, doodle_exists = !0, doodle.stroke("red"), strokeJ
} else mousedrag && (mousedrag = !1, doodle.filter(BLUR, DOODLE_BLUR))
New World (clone...
8 runs ♦ 0 likes
By Adam Gray  
Created: 11 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.touchDrag = mouseDrag;
ABHandler.initMouseDrag = mouseClick;
ABHandler.mouseDrag = mouseDrag;
function mouseDrag(x, y){
Zombie Death Bab...
7 runs ♦ 0 likes
By kev.co  
Created: 28 Jun 2020
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
4 runs ♦ 0 likes
By Yuwei Chen  
Created: 12 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Bob Chen)" by Bob Chen
mousedrag = !1;
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = !0, doodle_exists = !0, doodle.stroke("cream"), strok
} else if (mousedrag) {
mousedrag = !1, console.log("Doodle detected"), (img = doodle.get()).resize(PIXELS, PIXELS), img.loadPixels(), imagedata = i
v1.0 Pool Predic...
46 runs ♦ 0 likes
By lillisl2  
Created: 6 Mar 2019
Modified: 17 Sep 2023
Clone of "v1.0 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
Character recogn...
1 run ♦ 0 likes
By Antoine Klein  
Created: 15 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;
Alapa Recogniser...
103 runs ♦ 0 likes
By kcat  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Neural Network to recognise hand written alphabet
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: 19 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;
New World (clone...
2 runs ♦ 0 likes
By Antoine Klein  
Created: 14 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.touchDrag = mouseDrag;
ABHandler.initMouseDrag = mouseClick; // Override default desktop controls
ABHandler.mouseDrag = mouseDrag;
function mouseDrag(x, y){ // Disable drag
Hunting Season (...
4 runs ♦ 0 likes
By Gary D  
Created: 28 Nov 2023
Modified: 28 Nov 2023
Clone of "Hunting Season" by Niall Kelly
ABHandler.touchDrag = mouseDrag;
ABHandler.initMouseDrag = mouseClick; // Override default desktop controls
ABHandler.mouseDrag = mouseDrag;
function mouseDrag(x, y){ // Disable drag
Zombie Death Bab...
3 runs ♦ 0 likes
By Jack  
Created: 12 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
A-Z character re...
136 runs ♦ 0 likes
By Prashant Kumar  
Created: 1 Dec 2022
Modified: 17 Sep 2023
character recognizer where it recognized hand drawn characters on the canvas
function mouseDragged() {
Character recogn...
5 runs ♦ 0 likes
By Conner Milstead  
Created: 21 Nov 2023
Modified: 21 Nov 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;


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 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.