Remember me
You are here: HomeForum
Welcome, Guest
Username: Password: Remember me

TOPIC: How Do I Make Ladder

How Do I Make Ladder 3 years 2 months ago #2589

  • Steven-Lemley
  • Steven-Lemley's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 35
  • Thank you received: 3
How do I make A ladder. If you can give me an example That will Be Appreciated.
The administrator has disabled public write access.

How Do I Make Ladder 3 years 2 months ago #2591

  • TheSteveKid13-
  • TheSteveKid13-'s Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 21
  • Thank you received: 1
Hello,

I have a quick question, Have you tried this yourself? And it did not work?

You gotta try things by your self then if it does not work or you are having difficulties then ask questions.

Grettens,

TheSteveKid13
The administrator has disabled public write access.

How Do I Make Ladder 3 years 2 months ago #2609

  • Plazma
  • Plazma's Avatar
  • OFFLINE
  • Senior Boarder
  • 99 bugs in the programming code.. 99 bugs in the code..
  • Posts: 77
  • Thank you received: 19
Due to my current resources i cannot provide an example, but you can make a simple ladder by adding an object then have that object check if the player is touching it, if that returns yes, make it check if a key of choice is pressed, if not maybe show a Ui item that tells the user what to press, if the key is pressed, simply increment the camera.y value for first person games, and for 3rd person simply increment the model acting as the player character.
Graphic designer and learning game developer.. I guess.
The administrator has disabled public write access.

How Do I Make Ladder 3 years 2 months ago #2612

  • cyberix3d
  • cyberix3d's Avatar
  • OFFLINE
  • Administrator
  • Posts: 658
  • Thank you received: 624
Hello,
First, you need to build a ladder. You can simply use a plane with a ladder texture.
Then, whenever you touch the ladder (If Collision) while pressing the up key (if Key pressed), increase the camera's Y value by 5.
Tell us if you succeeded.
regards,
Cyberix3D team
Last Edit: 3 years 2 months ago by cyberix3d.
The administrator has disabled public write access.
Time to create page: 0.114 seconds