Author Topic: JVS or Content Turnstiles  (Read 3278 times)

The turnstile and activating terminal should be separate parts, maybe.



Sorry, but I'm not working on this at the moment.

Could be very useful for subways, depots etc.

Sorry, but I'm not working on this at the moment.

In that case, I think I'll have a whirl at it.
No promises though.

The spinning part won't work, I advise a sliding pole thing in the middle.

The spinning part won't work, I advise a sliding pole thing in the middle.
contentStart animation = barrier turns a third of the way round
contentStop animation = one frame of doing nothing (or perhaps 'click' into place)

onActivate           -> Self -> contentStart
onContentStarted     -> Self -> contentStop
onContentStuckPlayer -> Self -> contentStart
onContentStart       -> Self -> setColliding [off]
onContentStopped     -> Self -> setColliding [on]

It's a door that only opens from one direction. Sounds neat and reusable to me.
Agreed

contentStart animation = barrier turns a third of the way round
contentStop animation = one frame of doing nothing (or perhaps 'click' into place)

onActivate           -> Self -> contentStart
onContentStarted     -> Self -> contentStop
onContentStuckPlayer -> Self -> contentStart
onContentStart       -> Self -> setColliding [off]
onContentStopped     -> Self -> setColliding [on]

What I'm talking about is if you walk through, one of the poles will go through the player, and the player will have to fit in between the poles.