I'm having a bit of an issue with my subapp. It doesn't seem to want to suicide when I tell it to. Basically what I'm trying to do is this:
When a button is pressed the subapp will open, run a timer, and destroy itself after countdown. If the new window is clicked at all the countdown is aborted and the subapp closes.
So far I've been able to get it to create itself with:
User clicks with left button within zone
>create subapp at location layer 1
But what I thought would work for destroying it:
User clicks with left button on subapp
>destroy subapp
Doesn't seem to work. Anyone have any tips?