Differences between two same objects

A have few same objects. How can I hide exactly one of these?

There are various ways, depending on how your game’s setup…

  • Choose one based on the layer it’s on
  • Choose one based on its current animation
  • Choose one based on its exact x/y position
  • Choose one based on how close it is to another object
  • Choose one based on if the mouse is hovering over or clicking on it
  • Choose one based on the value of an object-specific variable
  • Etc.
1 Like