Hello everyone! I am creating a video game in which there are things that are from above and you have to collect them (while they fall). How can I do this effect? It is similar to the effect of Tetris but you cannot move them and randomly spawn from above.
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Simple Bullet behavior should do the trick. Set "Set angle=No" in Bullet properties, if you don't want objects to rotate. When object is created, set Bullet angle of motion to 90 degrees.