Author Topic: "New" JVS Doors.  (Read 5431 times)

Just a simple event I made, you click the "New" Door to open it, and then click the open door to close.
The downside is that it requires you to name the bricks, which could make using named bricks with a lot of doors.
Save is attached, no picture because it is just two doors comparing.

Requires: JVS Door pack 0, and JVS Content.

Wait, so this is no add-on?

It's just an evented door?

If it's only events, then this is super easy to event...

Wait, so this is no add-on?

It's just an evented door?

If it's only events, then this is super easy to event...
If it was an add-on, it would be in add-ons.
It was easy to event too, although some people who can't event could litarally dupe this and change brick names if they wanted to use it.

Besides, no one (to my knowledge) Uses this in builds, I'm getting the idea out there

But you made it where you click it once, it opens, then you have to click it again for it to close, no?

If that's the case then it's easy to event...

0 : [ 0 ]OnActivate==>self==>contentStart[un-restricted]
1 : [ 0 ]OnActivate==>self==>contentStop[un-restricted]
2 : [ 0 ]OnActivate==>self==>toggleeventenabled==>[1]

In the check box next to #1, make sure it is UN-CHECKED, or else this will not work properly.

I think that's it...?

try using relays, put a 1*3*5 where the door opens, so you click that to close it, it colides and raycasts on relay (contentstart>self>firerelaytobrick), and then you click it to close the door firing a relay to the door

Wrong section, I think.

« Last Edit: December 30, 2009, 12:10:09 PM by Dr. Worm »

try using relays, put a 1*3*5 where the door opens, so you click that to close it, it colides and raycasts on relay (contentstart>self>firerelaytobrick), and then you click it to close the door firing a relay to the door
That could work, and would probably be easier, although the way I used used two sets on named bricks, and switching the ray casting/collision on content start/stop.

No your right wrong section
What section does it go in them hmm?

relays are easier, i did this a few days ago, it's just a pain remembering to close the door or it will somewhat break if you save and reload

Besides, no one (to my knowledge) Uses this in builds, I'm getting the idea out there

I have. :cookieMonster:

I did like two months ago.

Umm, excuse me, what is a "bls" file?

Umm, excuse me, what is a "bls" file?
A Blockland save File you handicap.

I do this without JVS...

no your right wrong sectoin
What's a sectoin? That sounds dirty.

Disable the fourth, delayed event in a JVS door, then put a non-colliding invisible brick at the end of where a door opens, and, onActivate, have that close the door.