Author Topic: Events.....Again  (Read 2129 times)

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?

Please post. I really want to finish my base.

1.) Learn2ToggleEventEnabled

2.) You're really vague on this question

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

Make sure ONE of the last two are disabled.

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]

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]


This only makes them disappear..... not go down like in this video at 3:19 : http://www.youtube.com/watch?v=FjHJJR6-v-8

Do you want the bricks to ACTUALLY MOVE? Because that is impossible. Bricks must be aligned to a grid, and have to stay there.



You make my base garage unhappy.      D:

that was a fakekilled brick. all you have to do is make that brick
on activate self fakekill x y z           if you want it to go down set a negative value for z up, positive, you have to figure out the x and y on your own


This only makes them disappear..... not go down like in this video at 3:19 : http://www.youtube.com/watch?v=FjHJJR6-v-8
it does what you want, so stop complaining, i bet i know the event system better than you if you don't know how to do that

it does what you want, so stop complaining, i bet i know the event system better than you if you don't know how to do that

I'm not saying I am better than you at events, in fact, I suck at them. That is why I am asking event questions.