Content tagged multiple

36 usages of this tag
  • 4 replies
  • 413 views
Not favoritedFavorited Favorited 0 favourites

This is considering both projects are different versions of the same project, therefore every object, variable, etc are the same across the board. I would accep...

posted 4 years ago
  • 1 replies
  • 619 views
This content is deleted
Forum Topic
How do I prevent multiple arrows from appearing?
Not favoritedFavorited Favorited 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
  • 439 views
Not favoritedFavorited Favorited 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 3 years ago
  • 3 replies
  • 600 views
Not favoritedFavorited Favorited 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
  • 521 views
This content is deleted
Forum Topic
How do functions run?
Not favoritedFavorited Favorited 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
  • 768 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
  • 487 views
This content is deleted
Forum Topic
How do I make multiple enemies?
Not favoritedFavorited Favorited 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 2 years ago
  • 1 replies
  • 253 views

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

  • 5 replies
  • 314 views
This content is deleted
Forum Topic
How do I spawn multiple different objects ?
Not favoritedFavorited Favorited 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 1 years ago
  • 4 replies
  • 436 views
This content is deleted
Forum Topic
How to select one object from an overlap with many?
Not favoritedFavorited Favorited 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...