Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

can a projectile be like breakout angle vert and horizontal ? 

 im doing something wrong...

(1 edit)

Looking at it, it seems mostly correct, so far, separating the X and Y speed components; changing the "if Ball Y Speed < 2" to  "if Ball Y Speed = 1" should work (untested)

this is what i have so far. still just vertical..hmm

(1 edit)

Okay, this one shoud work:

Example project: https://github.com/user-attachments/files/17498770/vcs-game-maker.bounce-ball.pr...

(+1)

yes thanks!!