Drag the background!

Search source code (of Worlds)

Search JavaScript code of all Worlds for: ABHandler touchDrag


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...
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Zombie Death Baby
859 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
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;
Hunting Season
1418 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;
Final Pool (clon...
3 runs ♦ 0 likes
By Gary Dyer  
Created: 29 Jan 2026
Modified: 29 Jan 2026
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Final Pool (clon...
6 runs ♦ 0 likes
By David L  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Touch World (clo...
1 run ♦ 0 likes
By Colin Ekedigwe  
Created: 30 Nov 2022
Modified: 2 Sep 2025
Clone of "Touch World (clone by Colin Ekedigwe) (clone by Joseph Adedayo)" by Joseph Adedayo
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
New World
23 runs ♦ 0 likes
By Mudiaga Dortie  
Created: 5 Dec 2022
Modified: 17 Sep 2023
ABHandler.initTouchDrag = mouseClick,
ABHandler.touchDrag = mouseDrag,
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
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
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Pac-Man (clone b...
4 runs ♦ 0 likes
By Cbum  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Pac-Man" by Cbum
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
New World (clone...
8 runs ♦ 0 likes
By Adam Gray  
Created: 11 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.initTouchDrag = mouseClick; // Mobile controls, will change if I have time.
ABHandler.touchDrag = mouseDrag;
Final Pool (clon...
0 runs ♦ 0 likes
By Gary Dyer  
Created: 29 Jan 2026
Modified: 29 Jan 2026
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Touch World (clo...
6 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
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
v0.3 Pool Predic...
1 run ♦ 0 likes
By David L  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Clone of "v0.3 Pool Predictor Prototype" by lillisl2
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Final Pool (clon...
1 run ♦ 0 likes
By Scott  
Created: 6 Dec 2024
Modified: 2 Sep 2025
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
New World (clone...
2 runs ♦ 0 likes
By Adam Gray  
Created: 11 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.initTouchDrag = mouseClick; // Mobile controls, will change if I have time.
ABHandler.touchDrag = mouseDrag;
v0.9 Pool Predic...
69 runs ♦ 0 likes
By Ian Gilligan  
Created: 20 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.8 Pool Predictor Prototype" by lillisl2
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Touch World (clo...
0 runs ♦ 0 likes
By Rufus Tenali  
Created: 27 Sep 2023
Modified: 11 Sep 2024
Clone of "Touch World" by Starter user
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Touch World (clo...
0 runs ♦ 0 likes
By Cian sullivan  
Created: 2 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Final Pool (clon...
11 runs ♦ 0 likes
By Musthaq Ahmed  
Created: 22 Sep 2022
Modified: 17 Sep 2023
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Zombie Death Bab...
84 runs ♦ 0 likes
By Martin Derwin  
Created: 20 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby (clone by Martin Derwin)" by Martin Derwin
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
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.initTouchDrag = mouseClick; // Override default mobile controls
ABHandler.touchDrag = mouseDrag;
New World (clone...
6 runs ♦ 0 likes
By Xiaoyu Lyu  
Created: 28 Nov 2022
Modified: 17 Sep 2023
Clone of "New World" by Niall Kelly
ABHandler.initTouchDrag = mouseClick; // Override default mobile controls
ABHandler.touchDrag = mouseDrag;
Tom and Jerry
18 runs ♦ 0 likes
By Stephen Walsh  
Created: 27 Sep 2022
Modified: 17 Sep 2023
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;
Touch World (clo...
0 runs ♦ 0 likes
By jojo  
Created: 2 Dec 2024
Modified: 2 Sep 2025
Clone of "Touch World" by Starter user
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
Zombie Death Bab...
13 runs ♦ 0 likes
By Niall Kelly  
Created: 3 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
Cloned Cloned Po...
40 runs ♦ 0 likes
By lillisl2  
Created: 30 Jan 2019
Modified: 17 Sep 2023
Clone of "Cloned Pool Predictor Prototype" by Ian Gilligan
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
v0.92 Pool Predi...
224 runs ♦ 0 likes
By Ian Gilligan  
Created: 20 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.91 Pool Predictor Prototype" by lillisl2
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Space Hero (clon...
15 runs ♦ 0 likes
By Leigh Reilly  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Clone of "Space Hero" by Enhanced
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
v0.47 laggy Pool...
54 runs ♦ 0 likes
By lillisl2  
Created: 11 Feb 2019
Modified: 17 Sep 2023
Clone of "lillisl2 v0.45 Pool Predictor Prototype" by lillisl2
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
Javascript Zombi...
0 runs ♦ 0 likes
By Javascript  
Created: 30 Mar 2019
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
ABHandler.initTouchDrag = initDrag;
ABHandler.touchDrag = drag
v0.7 Pool Predic...
52 runs ♦ 0 likes
By Ian Gilligan  
Created: 18 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.6 Pool Predictor Prototype" by Ian Gilligan
//ABHandler.initTouchDrag = initDrag;
//ABHandler.touchDrag = drag
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...
0 runs ♦ 0 likes
By Abhijit Mahal  
Created: 2 Dec 2023
Modified: 2 Dec 2023
Clone of "Touch World" by Starter user
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
Final Pool (clon...
0 runs ♦ 0 likes
By Leigh Reilly  
Created: 7 Nov 2022
Modified: 17 Sep 2023
Clone of "Final Pool" by Ian Gilligan
ABHandler.initTouchDrag = initTouch;
ABHandler.touchDrag = dummy;
Touch World (clo...
0 runs ♦ 0 likes
By Antoine Klein  
Created: 8 Nov 2022
Modified: 17 Sep 2023
Clone of "Touch World" by Starter user
ABHandler.initTouchDrag = initTouchDrag;
ABHandler.touchDrag = touchDrag
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.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.