Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Final Pool
1232 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
129 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...
2401 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;
Zombie Death Baby
862 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
Hunting Season
1423 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
Character recogn...
9 runs ♦ 0 likes
By Pragati Anant Ta...  
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;
Character recogn...
63 runs ♦ 0 likes
By Sunil Jagtap  
Created: 1 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;
Character recogn...
0 runs ♦ 0 likes
By Zoro  
Created: 13 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network (clone by test2)" by test2
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...
153 runs ♦ 0 likes
By Ira  
Created: 28 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;
Character recogn...
27 runs ♦ 0 likes
By Nakyung Kim  
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;
Zombie Death Bab...
1 run ♦ 0 likes
By MENGTE ZHU  
Created: 14 Nov 2022
Modified: 14 Nov 2022
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
My Char Rec Spar...
0 runs ♦ 0 likes
By Apples Twenty Five  
Created: 5 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Apples Twenty Five)" by Apples Twenty Five
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...
6 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 17 Nov 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Fergus)" by Fergus
mousedrag=!1;
mouseX<t&&mouseY<t&&pmouseX<t&&pmouseY<t&&(mousedrag=!
else mousedrag&&(mousedrag=!1,
if(!1===mousedrag){a=Array.apply(null,Array(PIXELS*PIXELS)).map(Number.proto
Character recogn...
158 runs ♦ 0 likes
By Luke Scales  
Created: 30 Nov 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;
Zombie Death Bab...
50 runs ♦ 0 likes
By Leigh Reilly  
Created: 16 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
1 run ♦ 0 likes
By Zoro  
Created: 13 Nov 2024
Modified: 2 Sep 2025
Clone of "Character recognition neural network (clone by test2)" by test2
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;
Character recogn...
80 runs ♦ 0 likes
By Harshita Tyagi  
Created: 27 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;
First Try
14 runs ♦ 0 likes
By Eoin Mc Cormack  
Created: 30 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;
Character recogn...
33 runs ♦ 0 likes
By Dom  
Created: 20 Dec 2019
Modified: 17 Sep 2023
Attempt to port and implement a new Neural network using Synaptic.js
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...
71 runs ♦ 0 likes
By Sakthi Somaskandan  
Created: 4 Dec 2021
Modified: 17 Sep 2023
Assignment 2: Port or build a better Doodle recognizer
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...
356 runs ♦ 0 likes
By Jorge Blanco  
Created: 25 Nov 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...
0 runs ♦ 0 likes
By Yash Turakhia  
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;
Character recogn...
48 runs ♦ 0 likes
By Aparna  
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;
A-Z Character Re...
449 runs ♦ 0 likes
By Paul R  
Created: 18 Nov 2022
Modified: 17 Sep 2023
Convolutional Neural Network
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...
121 runs ♦ 0 likes
By Nuno Correia  
Created: 27 Nov 2021
Modified: 17 Sep 2023
Assignment 2 - CNN Approach
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...
282 runs ♦ 0 likes
By Meenu Mathew  
Created: 3 Dec 2021
Modified: 17 Sep 2023
activation function: relu
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
doodle recognize...
201 runs ♦ 0 likes
By robby  
Created: 19 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...
5 runs ♦ 0 likes
By Tharanya Satish  
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;
Bernard Redahan ...
41 runs ♦ 0 likes
By Bernard  
Created: 22 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;
Doodle recogniti...
123 runs ♦ 0 likes
By Ayush Bhatt  
Created: 4 Dec 2021
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;
Assignment 2 Cha...
185 runs ♦ 0 likes
By Shubham Shubham  
Created: 7 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;
NN - softsign Ac...
16 runs ♦ 0 likes
By Dom  
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;
FashionPredict
171 runs ♦ 0 likes
By Paul McBrien  
Created: 9 Nov 2021
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;


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.