How do I make things disappear when you click on them?

I’m trying to make a game where you click on items to eat them, and I can’t figure it out.

What Wick Editor Version are you using?
1.19.3

Describe the Problem
I can’t make items disappear when I click on them.

What have you tried so far?
I’ve tried doing this.Delete; but it won’t work.

try this.remove()

it worked! thank you! :smile:

Welcome to the forums @PolkaDotSpot!

usually when you want a clip to disappear you have many choices:

  • remove the clip (as Jovanny suggested)
  • turn his opacity to 0
  • move the clip outside the visible stage
  • shift to an empty frame inside clip timeline
    there are pro and cons on each choice