Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: ABWorld hitsObject


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...
if ( ABWorld.hitsObject ( x, y, target )){
Zombie Death Baby
762 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...
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
Final Pool
1164 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
Room18 Monday Zo...
3 runs ♦ 0 likes
By Room18 Monday  
Created: 8 Apr 2019
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
v0.97 Pool Predi...
50 runs ♦ 0 likes
By lillisl2  
Created: 27 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.95 Pool Predictor Prototype" by Ian Gilligan
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
Baby Death Baby ...
3 runs ♦ 0 likes
By Elva  
Created: 7 Feb 2021
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
v0.43 Pool Predi...
278 runs ♦ 1 like
By Ian Gilligan  
Created: 5 Feb 2019
Modified: 17 Sep 2023
Clone of "v0.4 Pool Predictor Prototype" by Ian Gilligan
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
v0.48 Pool Predi...
139 runs ♦ 0 likes
By lillisl2  
Created: 12 Feb 2019
Modified: 17 Sep 2023
Clone of "lillisl2 v0.45 Pool Predictor Prototype" by lillisl2
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
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
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
Cloned Zombie De...
2 runs ♦ 0 likes
By DojoCon machine 1  
Created: 21 Oct 2018
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
A missed block f...
222 runs ♦ 0 likes
By Zibo Wu  
Created: 1 Dec 2022
Modified: 17 Sep 2023
Clone of "Blank Three.js World" by Starter user
//if (ABWorld.hitsObject(ticTacToe.hiddenTiles.children[0])) {
Zombie Death Bab...
43 runs ♦ 0 likes
By Lorcan Dunne  
Created: 10 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
if ( ABWorld.hitsObject ( x, y, target )){
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
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
Pac-Man
92 runs ♦ 0 likes
By Cbum  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Pac-Man is a Japanese video game franchise developed, published and owned by Bandai Namco Entert...
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
if ( ABWorld.hitsObject ( x, y, target )){
Ch.5. Click on l...
51 runs ♦ 0 likes
By Book chapters  
Created: 9 Jul 2023
Modified: 24 Aug 2023
Click on location to attempt to sink a ship. Click in 2D screen space selects a location in 3D T...
if ( ABWorld.hitsObject ( x, y, thesea ) )
var p = ABWorld.hitsObjectPoint ( x, y, thesea );
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
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
AlienLab
3547 runs ♦ 3 likes
By Dylan Corbari  
Created: 29 Nov 2022
Modified: 17 Sep 2023
Browser version of [AimLab] popular gamemode [Gridshot] with 1v1 feature. Reach higher scores to...
if ( ABWorld.hitsObject ( x, y, object )) // removes hit targets and adds +2 to score, bare mind every shot is -1 so every target h
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
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
testing Final Pool
16 runs ♦ 0 likes
By lillisl2  
Created: 8 Mar 2019
Modified: 17 Sep 2023
Clone of "Final Pool" by Ian Gilligan
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
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.
if ( ABWorld.hitsObject ( x, y, thesea ) )
var p = ABWorld.hitsObjectPoint ( x, y, thesea );
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
Zombie Death Bab...
0 runs ♦ 0 likes
By Dylan Bagnall  
Created: 1 Dec 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit
Zombie Death Bab...
0 runs ♦ 0 likes
By Genesis  
Created: 26 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby (clone by Genesis)" by Genesis
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
Pac-Man
414 runs ♦ 3 likes
By Cbum  
Created: 5 Dec 2022
Modified: 17 Sep 2023
Eat or be Eaten!
if ( ABWorld.hitsObject ( x, y, theghost ) ) // detect hit object
new audio for Zo...
7 runs ♦ 0 likes
By Extra test  
Created: 7 Feb 2021
Modified: 7 Feb 2021
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
Zombie Death Bab...
2 runs ♦ 0 likes
By Adam Gray  
Created: 3 Nov 2022
Modified: 17 Sep 2023
Clone of "Zombie Death Baby" by Starter user
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
if ( ABWorld.hitsObject ( x, y, thebaby ) ) // detect hit object
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
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
v1.0 Pool Predic...
46 runs ♦ 0 likes
By lillisl2  
Created: 6 Mar 2019
Modified: 17 Sep 2023
Clone of "v1.0 Pool Predictor Prototype" by Ian Gilligan
var object = (ABWorld.hitsObjectPoint(event.x, event.y, GROUND)); // returns null if no hit
var object = (ABWorld.hitsObjectPoint(x, y, GROUND)); // returns null if no hit


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.