3D Game Programming for Kids by Chris Strom
Author:Chris Strom
Language: eng
Format: epub
Tags: Pragmatic Bookshelf
Publisher: Pragmatic Bookshelf
Eating Fruit and Keeping Score
All the way at the bottom of our code—below the move() function, add code to send collisions to the rest of our code.
avatar.addEventListener('collision', sendCollision);
function sendCollision(object) {
if (object.isFruit) {
scoreboard.addPoints(10);
avatar.setLinearVelocity(new THREE.Vector3(0, 250, 0));
scene.remove(object);
}
}
This looks a lot like the keydown event listener that we’re using to respond to keyboard actions. Instead of processing and sending keyboard events to the game, here we send collision events.
If the avatar collides with fruit, we add 10 points to the score, give the avatar a little bump up, and remove the fruit from the screen (because the Purple Fruit Monster ate the fruit).
Hide the code and try it out!
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
A Swirl of Ocean by Melissa Sarno(50140)
The Book of Dreams (Saxon Series) by Severin Tim(32944)
Cecilia; Or, Memoirs of an Heiress — Volume 1 by Fanny Burney(32084)
Cecilia; Or, Memoirs of an Heiress — Volume 3 by Fanny Burney(31476)
Cecilia; Or, Memoirs of an Heiress — Volume 2 by Fanny Burney(31431)
Call Me by Your Name by André Aciman(19951)
Eleanor and Park by Rainbow Rowell(15119)
Always and Forever, Lara Jean by Jenny Han(14505)
Norse Mythology by Gaiman Neil(12875)
Crooked Kingdom: Book 2 (Six of Crows) by Bardugo Leigh(11986)
Shadow Children #03 - Among the Betrayed by Margaret Peterson Haddix(11631)
For the Love of Europe by Rick Steves(11630)
Among the Betrayed by Margaret Peterson Haddix(11432)
Twisted Palace by Erin Watt(10869)
Six of Crows by Leigh Bardugo(9761)
They Both Die at the End by Adam Silvera(9515)
P.S. I Still Love You by Jenny Han(9333)
Fangirl by Rainbow Rowell(8811)
Thirteen Reasons Why by Jay Asher(8482)
