ch_2005 wrote:
oh - my bad - i thought u were asking what the theoretical size of an object going all the way across. heh.
Almost right there. I want to know if it's possible to make an object with a width of 31 squares. One square has a size of 32 * 32.
So i want to make an invisible object (which will be a checkpoint) with a size of (31*32)/10/20 of 992/10/20
Now i've seen in setter that i can't go any higher then 999, so that normally should be enough to cover 31 squares.
So i made a map with every other square a different color, so i can count the squares. After approx 24 squares my CP don't work no more.
Now my question is : Can tracks make an object with a size of 999/10/20 that i can use as a cp ?
If a square is 32*32 and i can put the width of an object to 999, it must be possible. Theoretically that is, but practically i don't get it to work.