Think of a ladder. I want to make a block of it where each step has text associated with it that will tell the height of the step and a number that will tell the step number.
So I begin by creating a square and make it stretchable with an infinate incriment distance peremeter. I add an array to make steps as the ladder stretches. Good so far. Then I try and make the text work......and I try again.....after a few times I go mad... After a few weeks of it bouncing around my head I end up here.. Any suggestions?
I figured out how to array the text with the step, but I can't figure how to make the text update with every new step. The kicker here is that as the step expands every step will have a number and text associated with it. I figured out how to show the very top step and distance, but not every step.


Reply With Quote