Blockland Forums > Help

Events.....Again

Pages: (1/3) > >>

Hired gun:

1. How do you make a brick change color when you click on it, then it goes back to the original color when you click on again?

2. How do you make a brick go up,down,left,or right, like those steel doors in the movies where the dude has to slide under them to get out?

Hired gun:

Please post. I really want to finish my base.

Placid:

1.) Learn2ToggleEventEnabled

2.) You're really vague on this question

Kalphiter:

onActivate self toggleeventenabled 1 2
onActivate self setcolor......
onActivate self setcolor......

Make sure ONE of the last two are disabled.

phflack:

on the 2nd question, you'll need 2 bricks, brick one is above brick 2
brick1:
onactivate>self>firerelayup
onactivate>self>dissapear[-1]
onrelay>self>dissapear[0]
brick2:
onactivate>self>firerelaydown
onactivate>self>dissapear[-1]
onrelay>self>dissapear[0]

Pages: (1/3) > >>

Go to full version