Author Topic: Brick appearing help  (Read 396 times)



I'm making a mystery box and I need some help
When you click the box the top disappears and the wep show but I want the top to show when it's open so here's my real question
How do you make a brick appear for a couple of seconds then dissapear?
Pls post the list of events oh and I need to be able to do it all in one click of the brick

You can use the delay event feature to do this. The delay has a max of 30 seconds.
Quote
     [ 0 ] 0 OnActivate => NamedBrick => Disappear (0)
[ 1000 ] 1 OnActivate => NamedBrick => Disappear (-1)

Wow thanks I didn't know that and if I wanted 5 secs would I put a 5?

Wow thanks I didn't know that and if I wanted 5 secs would I put a 5?
A second is basically every 1000. 30000 would be 30 seconds.
You would be going for a 5000.

K thanks I got what I wanted and I'm locking topic..