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
Then, in the code for the objects, I added 1 to “Removed_Pieces
” when they get removed
And lastly, I’ll check if 3 objects are removed, then move on to the next frame
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-report
So, I tested your project with the fixes I made, and got to the end, then tried creating a new project
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
thanks! it really helped