Author Topic: Special Event Elevator.  (Read 3062 times)

This does NOT use only setPlayerTransform nor addVelocity. This means it does not rely primarily on those two events. God damn it, learn to read fools.

Events it uses:
While I was in the toiletMotherloving happy now?One day, I was busy thinking about random crap when this idea came along. It uses relays, setColliding, setEventTimeout, setRendering, addVelocity (0 0 3), setPlayerTransform, onPlayerTouch, cancelEvents.

Relays- fireRelayUp such that the brick above appears for the player to go up.

onPlayerTouch:
1. w/ cancelEvents- So the brick disappears when the player stops touching it
2. w/ addVelocity- So it moves the player a little and the player automatically goes up onto the next brick (as how stairs automatically bring you up despite the ledge).
3. So the brick knows you're on it.

setColliding+setRendering- So you have something to stand on while you move up+So you can see the floor of the elevator (For looks.), respectively.

setEventTimeout- Prevent extreme noobery from constant button spamming.

setPlayerTransform- Puts the player in the shaft to prevent failure of entering the shaft and jamming you between the elevator floor and the first floor's ceiling.

How does it work:

A plate will start colliding, so it becomes your elevator floor. Upon touching, it will fire a relay to the next elevator floor to appear, and at the same time making you move slightly so that you move onto the next elevator floor through the game's built in "stair" registering. Upon leaving the original elevator floor, it will dissapear and uncollide, while the next elevator floor starts colliding and so on, making a vertical stair effect.

Screenshots:

Haha, none. The thing is kinda ugly and screenies won't show much and I don't feel like taking a video.

Save:
Test it yourself with the download. While in the elevator, DO NOT MOVE. DO NOT MOVE.
« Last Edit: November 27, 2008, 01:01:03 AM by Friendly Fire »

I already thought of this awhile back, but I like how someone's actually done it. I dident think of the eventtimeout though, so This is better.

Assuming its a bedroom save?

EDIT: Ha ha, cool.


Good eye! Wait how could you be in the toilet?

Don't be so stupid. The English language has never made proper sense, discussing it now is making this turn off-topic. I hate people like you.

Yeah, I already made something like this. The problem is that rendering is slow, and looks like crap.

Yeah, I already made something like this. The problem is that rendering is slow, and looks like crap.

Also it was a bugger getting off on the second floor without having a camera angle aiming at my feet.

I was in the toilet

OMG I CANT STOP LAUGING!!! XD
 :cookie: x9999999999999

You said it does not use addvelocity, then you say it uses addvelocity.

You said it does not use addvelocity, then you say it uses addvelocity.

.. NOT use only... addVelocity.
-snip-

Couldn't stacking up water bricks work as well, for those too lazy to use events? :P
(not usually me, I just did it once.)

Haha love it. Awsome work -downloaded-

This does NOT use only setPlayerTransform

It uses setPlayerTransform
?

Couldn't stacking up water bricks work as well, for those too lazy to use events? :P
(not usually me, I just did it once.)
Well, you are right, but that sound would start to get annoying....