Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Starter Worlds and Editor's Choice Worlds

Sampler
146 runs ♦ 1 like
By Enhanced  
Created: 19 Jul 2018
Modified: 19 Jul 2018
Upload sounds, play them, automate them. Saving data works.
threehandler.mouseDrag = function ( x, y ) { };
threehandler.initMouseDrag = initDrag;
Space Hero
114 runs ♦ 0 likes
By Enhanced  
Created: 13 Jun 2018
Modified: 2 Jul 2021
Drag the Earth the collect the suns. Don't get hit by the asteriods ! Enhanced version of "Space...
threehandler.initMouseDrag = initDrag;
threehandler.mouseDrag = drag
Character recogn...
1557 runs ♦ 0 likes
By "Coding Train" p...  
Created: 5 Jul 2019
Modified: 2 Jul 2021
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
1120 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 13 Aug 2019
Pool Predictor for CA326
ABHandler.initMouseDrag = click;
ABHandler.mouseDrag = dummy;
Zombie Death Baby
721 runs ♦ 1 like
By Starter user  
Created: 11 Jun 2018
Modified: 4 Jul 2021
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

Other Worlds

v0.92 Pool Predi...
224 runs ♦ 0 likes
By Ian Gilligan  
Created: 20 Feb 2019
Modified: 25 Feb 2019
Clone of "v0.91 Pool Predictor Prototype" by lillisl2
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
Alphabet Recogni...
16 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 27 Nov 2022
Modified: 2 Dec 2022
Clone of "Alphabet Recognition" by Sharmistha
train_index=0,testrun=1,test_index=0,total_tests=0,total_correct=0,doodle_exists=!1,demo_exists=!1,mousedrag=!1,
Character recogn...
1 run ♦ 0 likes
By kcat  
Created: 2 Dec 2022
Modified: 2 Dec 2022
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 Nihar Behera  
Created: 17 Dec 2019
Modified: 17 Dec 2019
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...
531 runs ♦ 0 likes
By jianyu  
Created: 4 Dec 2020
Modified: 13 Dec 2020
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...
17 runs ♦ 0 likes
By Extra test  
Created: 7 Dec 2020
Modified: 7 Dec 2020
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
1 run ♦ 0 likes
By Chinmay  
Created: 30 Sep 2021
Modified: 30 Sep 2021
Fun!
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 Abdelshafa Abdala  
Created: 2 Dec 2022
Modified: 2 Dec 2022
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...
64 runs ♦ 0 likes
By Ger Gleeson  
Created: 8 Dec 2019
Modified: 10 Dec 2019
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;
CharRecognition_...
13 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 20 Nov 2022
Modified: 20 Nov 2022
Clone of "CharRecognition_UsingCNN (clone by Dheera(21261395))" by Dheera
mousedrag=!1;
mouseX<t&&mouseY<t&&pmouseX<t&&pmouseY<t&&(mousedrag=!0,
else mousedrag&&(mousedrag=!1,
Character recogn...
6 runs ♦ 0 likes
By Xin Zhang  
Created: 5 Dec 2021
Modified: 5 Dec 2021
Clone of "Character recognition neural network (clone by Xin Zhang) (clone by Xin Zhang)" by Xin...
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...
20 runs ♦ 0 likes
By ArthurWalker  
Created: 18 Nov 2021
Modified: 18 Nov 2021
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 Isa Masri  
Created: 14 Nov 2022
Modified: 14 Nov 2022
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;
Cloned Cloned Po...
40 runs ♦ 0 likes
By lillisl2  
Created: 30 Jan 2019
Modified: 30 Jan 2019
Clone of "Cloned Pool Predictor Prototype" by Ian Gilligan
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
v0.8 Pool Predic...
55 runs ♦ 0 likes
By lillisl2  
Created: 19 Feb 2019
Modified: 19 Feb 2019
Clone of "v0.7 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
exp Sampler
8 runs ♦ 0 likes
By Mathias Bazin  
Created: 2 Jul 2018
Modified: 2 Jul 2018
Clone of "Sampler" by Mathias Bazin
threehandler.mouseDrag = function ( x, y ) { };
threehandler.initMouseDrag = initDrag;
Character recogn...
6 runs ♦ 0 likes
By Toyatma Fedee  
Created: 13 Nov 2022
Modified: 13 Nov 2022
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;
CR1/tanh activat...
14 runs ♦ 0 likes
By akshara  
Created: 13 Dec 2020
Modified: 13 Dec 2020
Clone of CR1/tanh activation/hn128
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
v0.48 Pool Predi...
136 runs ♦ 0 likes
By lillisl2  
Created: 12 Feb 2019
Modified: 18 Feb 2019
Clone of "lillisl2 v0.45 Pool Predictor Prototype" by lillisl2
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
Javascript Javas...
0 runs ♦ 0 likes
By Javascript  
Created: 30 Mar 2019
Modified: 30 Mar 2019
Clone of "Javascript Zombie Death Baby" by Javascript
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
71 runs ♦ 0 likes
By Sakthi Somaskandan  
Created: 4 Dec 2021
Modified: 25 Jul 2022
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...
3 runs ♦ 0 likes
By Zephyr Chai  
Created: 20 Nov 2021
Modified: 20 Nov 2021
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;
TestTryCharacter...
23 runs ♦ 0 likes
By Rahul K Johny  
Created: 29 Nov 2022
Modified: 3 Dec 2022
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;
Zombie Death Bab...
0 runs ♦ 0 likes
By John Lasis  
Created: 5 Dec 2022
Modified: 5 Dec 2022
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Zombie Death Bab...
0 runs ♦ 0 likes
By Adam Gray  
Created: 8 Nov 2022
Modified: 8 Nov 2022
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
0 runs ♦ 0 likes
By Dom  
Created: 16 Dec 2019
Modified: 16 Dec 2019
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: 13 Dec 2020
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...
4 runs ♦ 0 likes
By mind bogler  
Created: 2 Dec 2022
Modified: 3 Dec 2022
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;
Tutorial 7.3
202 runs ♦ 0 likes
By "Coding Train" p...  
Created: 5 Sep 2018
Modified: 5 Sep 2018
Arrays of Objects
function mouseDragged() {
Dominic Callan -...
96 runs ♦ 0 likes
By Dom  
Created: 10 Dec 2019
Modified: 21 Dec 2019
Using relu activation
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 partners. In particular, we seek a partner in writing a JavaScript coding book for schools, to be used worldwide. We will integrate your course 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.