Content tagged destroy

To end the existence of something.

Report Tag

32 usages of this tag
  • 4 replies
  • 458 views
This content is deleted
Forum Topic
How do I get sound to play without delay? (SOLVED)
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 4 years ago
  • 1 replies
  • 808 views
This content is deleted
Forum Topic
Destroyed objects recreates between layout
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
  • 758 views
This content is deleted
Forum Topic
How do I destroy by name?
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 3 years ago
  • 2 replies
  • 281 views
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 3 years ago
  • 2 replies
  • 770 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
  • 727 views
This content is deleted
Forum Topic
How do I delete all objects on a Layer?
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
  • 409 views
This content is deleted
Forum Topic
How do I destroy an object on the peer's side?
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
  • 349 views
This content is deleted
Forum Topic
How do I respawn this sprite instance?
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 3 years ago
  • 7 replies
  • 852 views
This content is deleted
Forum Topic
Is object pooling convenient for construct 3?
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
  • 295 views
This content is deleted
Forum Topic
How do I destroy collectibles permanently in Kiwi Story?
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...