Author Topic: brick appear  (Read 637 times)

is there an add-on that makes a specific named brick appear instead of dissapear and then re-appear?

Yeah, the same event.

Code: [Select]
[X] 0 [0] onActivate -> <NAMED BRICK> {ASDF} -> disappear -> [0]

Yeah, the same event.

Code: [Select]
[X] 0 [0] onActivate -> <NAMED BRICK> {ASDF} -> disappear -> [0]
but how do i make it come bak?

but how do i make it come bak?

Set it to 0 to come back.

-1 makes the brick disappear forever.



ty

Considering your previous posts, I must assure you what he means by negative one.

Disappear numberOutcome
0 Makes disappeared bricks reappear.
-1 Makes a brick disappear until set to 0.
# (Greater Than Zero) Disappear for that many seconds.


Considering your previous posts, I must assure you what he means by negative one.

Disappear numberOutcome
0 Makes disappeared bricks reappear.
-1 Makes a brick disappear until set to 0 or a positive number.
# (Greater Than Zero) Disappear for that many seconds.

Which would cause the brick to stay disappeared for that many seconds and finally reappear.