profile pic of the user

Basketball Game

7679256668
profile pic
67master 4 weeks ago

// When spacebar pressed, shoot bullet input.onKeyDown("space", () => { let newBullet = bullet.clone(); // clone the bullet object newBullet.position = player.position; // start at player position newBullet.visible = true; // show bullet // Make bullet move forward every frame newBullet.addComponent("script", { update() { newBullet.position.z += 0.2; // move bullet forward on Z axis if (newBullet.position.z > 50) { // if bullet goes too far newBullet.destroy(); // remove bullet } } }); });

67master 4 weeks ago

u will like

67master 4 weeks ago

try my game

HossamEltayeb 1 month ago

I hate

HossamEltayeb 1 month ago

kdkkskk

BridgerBlaylock 3 months ago

15 POINTS !!!!!!!!!!!!!yyyyyyyyyyyyyyyyyyyyyyyyyyyyoooooooooooooooooooooooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Makerspace13 4 months ago

the ball is not coming up

Keeboy 4 months ago

what is this so bad

67master 4 weeks ago

// When spacebar pressed, shoot bullet input.onKeyDown("space", () => { let newBullet = bullet.clone(); // clone the bullet object newBullet.position = player.position; // start at player position newBullet.visible = true; // show bullet // Make bullet move forward every frame newBullet.addComponent("script", { update() { newBullet.position.z += 0.2; // move bullet forward on Z axis if (newBullet.position.z > 50) { // if bullet goes too far newBullet.destroy(); // remove bullet } } }); });

67master 4 weeks ago

u will like

67master 4 weeks ago

try my game

HossamEltayeb 1 month ago

I hate

HossamEltayeb 1 month ago

kdkkskk

BridgerBlaylock 3 months ago

15 POINTS !!!!!!!!!!!!!yyyyyyyyyyyyyyyyyyyyyyyyyyyyoooooooooooooooooooooooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Makerspace13 4 months ago

the ball is not coming up

Keeboy 4 months ago

what is this so bad