Content tagged destroy

To end the existence of something.

36 usages of this tag
  • 4 replies
  • 745 views
This content is deleted
Forum Topic
How do I get sound to play without delay? (SOLVED)
Not favoritedFavorited Favorited 0 favourites

I'm making a platformer game, and whenever the player touches a coin, the coin is supposed to destroy, the player receives a point, and a sound plays. The only...

posted 5 years ago
  • 1 replies
  • 1K views
This content is deleted
Forum Topic
Destroyed objects recreates between layout
Not favoritedFavorited Favorited 0 favourites

Please help me to solve this issue, I made a two layout in my project on first layout there are some object when I click them they will destroy then I will go t...

  • 2 replies
  • 1.11K views
This content is deleted
Forum Topic
How do I destroy by name?
Not favoritedFavorited Favorited 0 favourites

Currently when the player picks up an object it creates the sprite inside their inventory. I need to create the sprite (and not use animation frames for the inv...

posted 5 years ago
  • 2 replies
  • 489 views
Not favoritedFavorited Favorited 0 favourites

I have an flying enemy moving back and forth with sine behavior. I have a attached a hidden turret to it (so that the enemy doesn't show rotations while it's fl...

posted 4 years ago
  • 2 replies
  • 1.38K views

I know this should be something easy, and I have included my event sheet showing that the logic is all there in place, but it doesn't work. At line 2 and 22 you...

  • 2 replies
  • 1K views
This content is deleted
Forum Topic
How do I delete all objects on a Layer?
Not favoritedFavorited Favorited 0 favourites

I am working to show an inventory screen when a button is pressed and populate the inventory boxes with the items in an Inventory array by creating objects at i...

  • 3 replies
  • 627 views
This content is deleted
Forum Topic
How do I destroy an object on the peer's side?
Not favoritedFavorited Favorited 0 favourites

I'm destroying a synced object on the host's side, and my assumption was that it'd automatically disappear on the peer's side when that happened. The object doe...

  • 1 replies
  • 593 views
This content is deleted
Forum Topic
How do I respawn this sprite instance?
Not favoritedFavorited Favorited 0 favourites

I have three instances of the same sprite in a row, representing how many lives a character has. When a life is lost the sprite instance furthest to the left is...

posted 4 years ago
  • 7 replies
  • 1.29K views
This content is deleted
Forum Topic
Is object pooling convenient for construct 3?
Not favoritedFavorited Favorited 0 favourites

I am making a bullet hell game and I made an object pooling system and once the bullets get outside of the screen they get disabled and stop moving. To enable t...

  • 3 replies
  • 468 views
This content is deleted
Forum Topic
How do I destroy collectibles permanently in Kiwi Story?
Not favoritedFavorited Favorited 0 favourites

In the Kiwi Story demo game, you collect beetles along the way. If you die in the game, you restart at the beginning of that level. My issue is, the tally for b...