Set Bullet angle of newly spawned obj to 0,90,180,or 270 randomly

Here is the game I am recreating. Notice when I (circle) collect the square, a new enemy blue puck is spawned at a random location, but it always goes left and right, never choosing the up or down direction.

Here’s a link to my project: https://ready.app.link/9rXxLoiSg0

3 Likes

Hi @garlicsuter ! Welcome to our community again! :slightly_smiling_face:

There are contradictions in your events. Although you rotate your objec twhen you use the global variable, in the “Bullet” behavior - you do not change the angle, so this cannot work. Here is an example of how this might work: https://ready.app.link/58s1hHO5g0

To remix a project and save it on your account, you need to:

  1. Open the this link on your phone (Where do you have the “Ready Maker”)
  2. Tap the “Remix” button
  3. Save the project

You made interesting project, we are interested to see what kind of game you get in the end!:metal::wink:

2 Likes

I like your code.
The enemies are spawned away from the players position and still are in a random position.
Nice work.

2 Likes