Author Topic: Respawn dissapeared bricks, without rendering  (Read 581 times)

When I take out rendering on certian bricks, make then dissapear, and then when they re appear, they are rendered again, how do i keep them from being rendered?

then when they re appear, they are rendered again
Im not quite sure what you mean... why would they re-appear?

like using event, "disappear"?


Use disappear [-1] to make them disappear with no time limit.
Use disappear
  • to make them reappear after this.

well, after disappear is over the brick's rending, ray casting, and collision is all on so you have to set rending off after the disappear is over. Self>SetRending>[off] after disappear.

to dissapear them, you'll have to do dissapear [-1], and then delayed respawn of setraycasting and setcoliding

well, after disappear is over the brick's rending, ray casting, and collision is all on so you have to set rending off after the disappear is over. Self>SetRending>[off] after disappear.
This is the correct answer.