How can i make it so that when i remove all it will go to frame 2?

example:My Project4-21-2021_1-13-15.wick (10.9 KB)

Here’s how I would do it:

In the default script of the frame, I added a “window.Removed_Pieces” variable & set it to 0
image

Then, in the code for the objects, I added 1 to “Removed_Pieces” when they get removed
image

And lastly, I’ll check if 3 objects are removed, then move on to the next frame
image

I recommend trying to follow these steps first with the example file you shared, & see if you can make it work, but incase you get stuck, here’s the file with the code:
My Project4-21-2021_5-53-38.wick (11.0 KB)

That’s odd ~ using the file I shared in the last post, I found a bug in the editor :bug:

bug-report

So, I tested your project with the fixes I made, and got to the end, then tried creating a new project
Untitled_ Apr 21, 2021 6_05 AM

The editor feels like it’s disabled from creating a new project,
& when trying to open a file, this happens:

I wasn’t able to reproduce this bug with another file, but it keeps happening with the file I shared in that post

#bug-reporting

thanks! it really helped

1 Like