Blockland Forums > General Discussion
V8 brick ladders or evented ladders
Destiny/Zack0Wack0:
--- Quote from: SgtDaemon on March 11, 2012, 06:40:23 AM ---tutorial please.
--- End quote ---
Use VCE to check if they're firing onPlayerTouch, if yes apply velocity on the Z axis.
deathrider:
--- Quote from: Destiny/Zack0Wack0 on March 11, 2012, 07:15:38 AM ---Use VCE to check if they're firing onPlayerTouch, if yes apply velocity on the Z axis.
--- End quote ---
beat me
King Leo:
--- Quote from: Orthone on March 11, 2012, 04:21:18 AM ---When I make my smooth ladders, I have it so when you're touching the ladder brick and holding down MouseFire you move up, otherwise you slowly descend. Adds velocity so it's very smooth. =)
--- End quote ---
I'm gonna start using that technique!
Orthone:
Similar to the image below, but with checks for <var:pl:firing>, and smaller adds if the player isn't firing. Could also use <var:pl:jetting> I believe.. In case you're using it in a shooting minigame that requires the firing key for weapons.
I'll create a exact example tomorrow. 3:50 AM and I should probably sleep. =P
Lord Tony²:
I usually prefer more of default methods myself.