Help with the game please

Hello. how to make a pull (for different strength of the shot) arrow with a trajectory ?

Hello, Do you want to shoot cores or bullets? Will you use gravity, tell me more about your script!

1 Like

what is a script? I do not know.

Which scenario or logic for firing do you want to? Tell me so that I can make the right example for you.

1 Like

I want to make a mobile game Remix - the archers.

1 Like

1 Like

I have prepared you two examples that you can improve for your game.

Example 1:

arrow1

v-1
Also, you need turn On Physics for arrow!

Example 2:

arrow2

I hope this helps you! Do not forget to share what your game, good luck! :+1:

2 Likes

how to make the object cloned in a random place in a certain area?

1 Like

EXAMPLE:
Get a sprite, give it “Wrap around” behaviour.
Have the sprite always move quickly right.
When it reaches the screens right edge, it will appear on the opposite left edge.
If you want diagonal movement, code to make the sprite move up as well.
Make the sprite invisible.
Get a ball sprite.
When something happens, code the sprite to make a clone of the ball sprite.

Or place a left wall sprite and a right wall sprite wherever you want onscreen.
Code a sprite to always move forward. Have the sprite face the right wall at start.
When the sprite overlaps right wall, point towards left wall.
When sprite overlaps left wall, point towards right wall.
Have the sprite create a clone of the ball sprite when you want a clone made.
Make the walls and sprite invisible and whatever size you need and place wherever you need them.

Here’s a short video where you can see the code in action.

2 Likes

Thanks for your help.

1 Like

how to share the game?

Save your project. Then in your workshop tap the project card. You will get the option to share. Then send the projects url to anyone.