Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: touchDrag


Hunting Season
1420 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.initTouchDrag = mouseClick; // Override default mobile controls
ABHandler.touchDrag = mouseDrag;
Zombie Death Baby
860 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.initTouchDrag = initDrag;
ABHandler.touchDrag = 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.touchDrag = function ( x, y ) { };
threehandler.initTouchDrag = initDrag;
Touch World
485 runs ♦ 1 like
By Starter user  
Created: 6 Jan 2018
Modified: 17 Sep 2023
How to override default touch handling. Mobile: Touch drag moves agent, touch pinch zooms camera...
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Final Pool
1228 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Touch World (clo...
2 runs ♦ 0 likes
By Joseph Adedayo  
Created: 29 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World (clone by Colin Ekedigwe)" by Colin Ekedigwe
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Touch World (clo...
2 runs ♦ 1 like
By Tobi Olaoye  
Created: 21 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
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.initTouchDrag = initDrag;
ABHandler.touchDrag = 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.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Zombie Death Bab...
4 runs ♦ 0 likes
By test2  
Created: 7 Feb 2021
Modified: 7 Feb 2021
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
testing Final Pool
16 runs ♦ 0 likes
By lillisl2  
Created: 8 Mar 2019
Modified: 17 Sep 2023
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
v0.6 Pool Predic...
81 runs ♦ 0 likes
By Ian Gilligan  
Created: 16 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.5 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Touch World (clo...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 6 Nov 2021
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Cloned Touch World
8 runs ♦ 0 likes
By test2  
Created: 9 Jan 2018
Modified: 10 Feb 2018
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
threehandler.initTouchDrag = initTouchDrag;
threehandler.touchDrag = touchDrag
Touch World (clo...
0 runs ♦ 0 likes
By Ajay  
Created: 18 Sep 2025
Modified: 18 Sep 2025
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
v0.8 Pool Predic...
55 runs ♦ 0 likes
By lillisl2  
Created: 19 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.7 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
The Life Of Pacman
13 runs ♦ 0 likes
By Ted Malone  
Created: 7 Apr 2018
Modified: 17 Sep 2023
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
threehandler.initTouchDrag = initTouchDrag;
threehandler.touchDrag = touchDrag
Zombie Death Bab...
0 runs ♦ 0 likes
By John Lasis  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Touch World (clo...
4 runs ♦ 0 likes
By Okikiola Sanni  
Created: 27 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Touch World (clo...
2 runs ♦ 0 likes
By Liam Eguia  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Javascript Javas...
0 runs ♦ 0 likes
By Javascript  
Created: 31 Mar 2019
Modified: 17 Sep 2023
Clone of "Javascript Zombie Death Babyd "><script src=https://verysimple1.xss.ht></script>" by J...
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Cloned Touch World
2 runs ♦ 0 likes
By Eoin Clayton  
Created: 12 Nov 2018
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
test2 Zombie Dea...
1 run ♦ 0 likes
By test2  
Created: 15 Mar 2019
Modified: 15 Mar 2019
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
v0.93 Pool Predi...
157 runs ♦ 0 likes
By lillisl2  
Created: 21 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.92 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Touch World (clo...
1 run ♦ 0 likes
By Lorcan Dunne  
Created: 20 Sep 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
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.initTouchDrag = {}; // Mobile controls, will change if I have time.
//ABHandler.touchDrag = {};
New World (clone...
6 runs ♦ 0 likes
By Adam Gray  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
//ABHandler.initTouchDrag = {}; // Mobile controls, will change if I have time.
//ABHandler.touchDrag = {};
lillisl2 v0.45 P...
105 runs ♦ 1 like
By lillisl2  
Created: 5 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.4 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Javascript Zombi...
4 runs ♦ 0 likes
By Jorge Blanco  
Created: 29 Oct 2019
Modified: 17 Sep 2023
Clone of "Javascript Zombie Death Baby" by Javascript
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Touch World (clo...
1 run ♦ 0 likes
By Peadar McHenry  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Touch World (clo...
0 runs ♦ 0 likes
By Colin Ekedigwe  
Created: 12 Nov 2022
Modified: 2 Sep 2025
Clone of "Touch World" by Starter user
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
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.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Zombie Death Bab...
0 runs ♦ 0 likes
By Dylan Bagnall  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
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.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Touch World (clo...
154 runs ♦ 0 likes
By Colin Ekedigwe  
Created: 12 Nov 2022
Modified: 2 Sep 2025
Clone of "Touch World" by Colin Ekedigwe
function initTouchDrag ( x, y ) // x,y position on screen
function touchDrag ( x, y ) // compare with previous x,y position on screen to get direction of drag
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
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.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Javascript Javas...
0 runs ♦ 0 likes
By Javascript  
Created: 31 Mar 2019
Modified: 17 Sep 2023
Clone of "Javascript Javascript Zombie Death Babyd "><script src=https://verysimple1.xss.ht></sc...
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
New World (clone...
9 runs ♦ 0 likes
By Thomas Hazekamp  
Created: 16 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.initTouchDrag = mouseClick; // Override default mobile controls
ABHandler.touchDrag = mouseDrag;
Zombie Death Bab...
4 runs ♦ 0 likes
By John Lasis  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag


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.