Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Character recogn...
1800 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;
Space Hero
119 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
Hunting Season
1389 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
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;
Sampler
148 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;
doodle recognize...
0 runs ♦ 0 likes
By sk sk  
Created: 2 Dec 2022
Modified: 17 Sep 2023
Clone of "doodle recognizer using cnn (clone by sk sk)" by sk sk
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))
Doodle recognise...
97 runs ♦ 0 likes
By Tristan Everitt  
Created: 25 Nov 2022
Modified: 17 Sep 2023
2022-23 practical: Doodle recogniser for a-z
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if (mousedrag) {
mousedrag = false;
First Person Night
47 runs ♦ 0 likes
By Mathias Bazin  
Created: 19 Jun 2018
Modified: 17 Sep 2023
It's night
// threehandler.initMouseDrag = function(){};
// threehandler.mouseDrag = function(){};
Character recogn...
1 run ♦ 0 likes
By Mark  
Created: 3 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...
1 run ♦ 0 likes
By Xiaoyu Lyu  
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;
Character recogn...
6 runs ♦ 0 likes
By Cathal O'Grady  
Created: 19 Dec 2023
Modified: 19 Dec 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;
ConvNet Port (cl...
286 runs ♦ 0 likes
By Jack O'Brien  
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;
if(mousedrag===false)return;
Character recogn...
132 runs ♦ 0 likes
By Kushagra  
Created: 12 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;
Ch.8. Tidying up...
30 runs ♦ 0 likes
By Book chapters  
Created: 17 Jul 2023
Modified: 24 Aug 2023
Final "Battleship" style Websocket game. 3D graphics. Rotate camera. Multi-user. Take turns.
ABHandler.initMouseDrag = function ( x, y )
Tutorial 7.3 (cl...
0 runs ♦ 0 likes
By Stratford College 1  
Created: 15 Nov 2019
Modified: 17 Sep 2023
Clone of "Tutorial 7.3" by "Coding Train" project
function mouseDragged() {
New World
8 runs ♦ 0 likes
By Vaidas Buzas  
Created: 15 Nov 2022
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;
New World (clone...
5 runs ♦ 0 likes
By Adam Gray  
Created: 21 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
Character recogn...
3 runs ♦ 0 likes
By JAI GANRAJ  
Created: 15 Nov 2023
Modified: 15 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;
paint erase picture
0 runs ♦ 0 likes
By P5 porting demo  
Created: 2 Sep 2021
Modified: 17 Sep 2023
An example of how to simulate coloring image with the copy() method.
function mouseDragged() {
Character recogn...
21 runs ♦ 0 likes
By Sumit Khopkar  
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;
Character recogn...
16 runs ♦ 0 likes
By Jai Warde  
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;
Character recogn...
9 runs ♦ 0 likes
By Anand  
Created: 26 Nov 2023
Modified: 27 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;
Character recogn...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 3 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...
59 runs ♦ 0 likes
By Dillan de Langen  
Created: 1 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 7.3 (cl...
1 run ♦ 0 likes
By Dom  
Created: 3 Nov 2019
Modified: 17 Sep 2023
Clone of "Tutorial 7.3" by "Coding Train" project
function mouseDragged() {
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;
Cube World (Titl...
39 runs ♦ 0 likes
By Daniel Marcu  
Created: 19 Sep 2023
Modified: 26 Sep 2023
Testing the description
function mouseDragged() {
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
v0.94 Pool Predi...
28 runs ♦ 0 likes
By lillisl2  
Created: 25 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.94 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
Zombie Death Bab...
0 runs ♦ 0 likes
By Adam Gray  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
First Person Con...
15 runs ♦ 0 likes
By Mathias Bazin  
Created: 19 Jun 2018
Modified: 17 Sep 2023
Clone of "First Person Controls" by Mathias Bazin
// threehandler.initMouseDrag = function(){};
// threehandler.mouseDrag = function(){};
Character recogn...
1 run ♦ 0 likes
By Prem Kumar  
Created: 3 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;
Not
3 runs ♦ 0 likes
By Sarah Conner  
Created: 30 Nov 2022
Modified: 17 Sep 2023
clone
mouseX < t && mouseY < t && pmouseX < t && pmouseY < t && (mousedrag = true, doodle_exists = true, doodle.stroke("white"), doodle.
} else mousedrag && (mousedrag = false, doodle.filter(BLUR, DOODLE_BLUR));
Sumbission Pract...
49 runs ♦ 0 likes
By Deborah Djon  
Created: 3 Dec 2022
Modified: 17 Sep 2023
Clone of "Working Google Thing" by Deborah Djon
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.