Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


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
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;
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
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;
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;
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
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...
159 runs ♦ 0 likes
By OmO  
Created: 5 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...
17 runs ♦ 0 likes
By K.Ellis  
Created: 19 Dec 2019
Modified: 17 Sep 2023
backup MNIST character Recognition
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Cloned Zombie De...
1 run ♦ 0 likes
By Michael O'Hara  
Created: 5 Nov 2018
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
62 runs ♦ 0 likes
By Fito  
Created: 2 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;
Assignment 2 (c...
2 runs ♦ 0 likes
By Udit Srivastava  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Assignment 2 " by Udit Srivastava
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 Paul R  
Created: 18 Sep 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;
Assessment 2 Aid...
274 runs ♦ 0 likes
By Aideen Byrne  
Created: 30 Nov 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false;
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Enhanced Charact...
632 runs ♦ 0 likes
By Deniss Strods  
Created: 3 Dec 2020
Modified: 17 Sep 2023
Enhanced provided version of the character recognizer
let mousedrag =
mousedrag = true; // start a mouse drag
if (mousedrag) {
mousedrag = false;
Flocking
11 runs ♦ 0 likes
By P5 Editor portin...  
Created: 20 Jun 2021
Modified: 17 Sep 2023
Demonstration of Craig Reynolds' "Flocking" behavior. * See: http://www.red3d.com/cwr/ * Rules...
function mouseDragged() {
Character recogn...
3 runs ♦ 0 likes
By Sooryakiran Vinod  
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...
328 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;
Character recogn...
0 runs ♦ 0 likes
By pridelory  
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;
Port of flying b...
11 runs ♦ 0 likes
By Niall Kelly  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Port of flying birds " by Discover three.js
ABHandler.initMouseDrag = mouseClick;
// ABHandler.mouseDrag = mouseDrag;
Character recogn...
30 runs ♦ 0 likes
By Paul R  
Created: 17 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...
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 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;
Pac-Man
425 runs ♦ 3 likes
By Cbum  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Eat or be Eaten!
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
EW_Character rec...
128 runs ♦ 0 likes
By Eamonn Winston  
Created: 7 Dec 2020
Modified: 17 Sep 2023
Doodle improvement for assignment 2
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 Georgijs Pitkevics  
Created: 23 Nov 2023
Modified: 23 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;
Zombie Death Bab...
1 run ♦ 0 likes
By Patricija Shalka...  
Created: 1 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
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...
1 run ♦ 0 likes
By test2  
Created: 11 Feb 2026
Modified: 11 Feb 2026
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...
39 runs ♦ 0 likes
By Lakshmi Prasad  
Created: 29 Jul 2022
Modified: 17 Sep 2023
Build a better doodle recognizer v2
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...
12 runs ♦ 0 likes
By Piyush Wadhai  
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;
Character recogn...
508 runs ♦ 0 likes
By Adrian Sweeney  
Created: 3 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...
89 runs ♦ 0 likes
By Toyatma Fedee  
Created: 2 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;
Doodle Play
180 runs ♦ 0 likes
By Itisha  
Created: 18 Nov 2021
Modified: 17 Sep 2023
Doodle Identifier for a limited Set
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
Character recogn...
35 runs ♦ 0 likes
By Preetham  
Created: 30 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;


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.