Forum Topics tagged multiple

Report Tag

22 forum topics with this tag
  • 1 replies
  • 437 views
This content is deleted
Forum Topic
How do I prevent multiple arrows from appearing?
0 favourites

I tested this on my own for a few days and I'm not making much progress. Essentially, I'd like to have this black arrow be on the sprite that you last left clic...

  • 1 replies
  • 329 views
0 favourites

I am making a 2 player game where each player has a separate coin count and I don't know how to do it.

posted 2 years ago
  • 3 replies
  • 341 views
0 favourites

Hope someone will help me with this. Imagine that we have 2 objects (sprites): - box. - ball. 1 instance of "box" is placed on layer "Boxes". 1 instance of "bal...

  • 3 replies
  • 268 views
This content is deleted
Forum Topic
How do functions run?
0 favourites

If by chance a function is called at the exact time multiple times in the same tick. Will the function run multiple times parallel or will it run multiple times...

  • 5 replies
  • 403 views

I have this neat idea for a horror game where you have a flashlight with limited battery charges. Each time you use a charge, you have a chance of an enemy appe...

  • 1 replies
  • 210 views
This content is deleted
Forum Topic
How do I make multiple enemies?
1 favourites

I added multiple enemies to the game. But when one dies, the others die too. When one goes to the right, the others go too. I researched this on the internet. I...

posted 10 months ago
  • 1 replies
  • 94 views

But I wanted every green sprite to shot every 1 second, not only 1 green sprite, how can I fix it?

  • 5 replies
  • 169 views
This content is deleted
Forum Topic
How do I spawn multiple different objects ?
0 favourites

Hey ! I want to spawn 3 objects. I have a family of 5 different objcts. But I want 3 different objects each time. Not the same twice or more. When I use " spawn...

posted 4 months ago
  • 4 replies
  • 138 views
This content is deleted
Forum Topic
How to select one object from an overlap with many?
0 favourites

What's the elegant solution to overlapping with many copied objects, let's say, many cloned enemies, and then selecting only the instance with the highest Y val...

  • 3 replies
  • 60 views
This content is deleted
Forum Topic
How do I keep a certain distance between Npcs?
0 favourites

I have multiple platformer Npcs in the level, who move towards the player with different speeds. How do I check for each Npc if they're to close to each other -...