regeneration (solved)

how do i make blocks regenerate and put a repeat on it so this is a repeated process

So what do you mean by “blocks regenerate”
Regenerate from what? to what?

@PixelPizza have the block regenerate constantly after being destroyed

https://flowlab.io/game/view/816272
Check out the wooden bridge I made in this game, it should help

@SnakeInMyHoot it kind of helps but i need this formula improved maybe spawning right where it starts ?

Screen Shot 2018-03-16 at 9.34.45 AM

I wouldnt use that.

Use an animation that shows it breaking. Once the animation is done, disable it, and bring its alpha to 0, use a timer to enable it again while bringing its alpha back to 100

@CrimsonBlackGames that is confusing could i see an screenshot as an example?

Screenshot 2018-03-16 at 1.34.07 PM

The enabled block basically makes your object nonexistent, you can still see it however, so I’d recommend the last frame of whatever fall animation you use should be completely blank.

@SnakeInMyHoot take a number thats set to 0 and send it into an alpha.

That makes it disappear, but replace the 0 with a 100 and it will reappear

I know, I just did something a bit different in the game i referenced.