Author Topic: Input Events: onDisappear, onReappear  (Read 1145 times)

onDisappear and onReappear events please? onDisappear would work when brick disappears, and onReappear would work after the reappears. I know that these are not needed because you can use delays, but these would sure make it easier and faster.
« Last Edit: April 22, 2010, 05:30:59 PM by Mekama »

onDisappear, just call stuff when you use disappear.
onReappear, just delay stuff when you use disappear.

onDisappear, just call stuff when you use disappear.
onReappear, just delay stuff when you use disappear.
That wouldn't always work, though.


onDisappear, just call stuff when you use disappear.
onReappear, just delay stuff when you use disappear.
Actually, how could you call another event when the thing disappears?
« Last Edit: April 22, 2010, 05:07:02 PM by Mekama »

[Delay 0] onActivate -> self -> disappear [1]
[Delay 0] onActivate -> self -> ANY EVENTS ON DISAPPEAR
[Delay 1000] onActivate -> self -> ANY EVENTS ON REAPPEAR

[Delay 0] onActivate -> self -> disappear [1]
[Delay 0] onActivate -> self -> ANY EVENTS ON DISAPPEAR
[Delay 1000] onActivate -> self -> ANY EVENTS ON REAPPEAR
Sorry, I forgot what it was that I was thinking wouldn't work, but still, onDisappear and onReappear could make this kind of thing faster and easier.

Having two input parameters that are not needed would do nothing but spam the event gui.

Just use delays.

Having two input parameters that are not needed would do nothing but spam the event gui.

Just use delays.
Whatever, but I still want these events.

Whatever, but I still want these events.

So you're saying, "Who cares? It's just spam."

Lern2delay

So you're saying, "Who cares? It's just spam."

Lern2delay
I am not saying "Who cares? It's just spam." And I do know how to delay and I do it well. Your persistance in convincing me that my requests are worthless is agrivating me, so I would appreciate if you left this topic.

All I am saying is that this is useless because of the delay system.

This entire request can be avoided.

All I am saying is that this is useless because of the delay system.

This entire request can be avoided.
I would appreciate if you left this topic.

I would appreciate it if forum users would see if their suggestion/request has already been made, or obsolete.

That apparently isn't happening.

BTW, Death and Space are correct.

The only extra thing you have to do is instead of the onReappear, is add the delay, and you claim to be good at delays anyway, so it's not hard.