search for: heightmax

Displaying 1 result from an estimated 1 matches for "heightmax".

Did you mean: height_map
2007 Jun 10
1
variable scope
...use > borderYstart)) * CellSize + 13; if (borderXcurrent > CellSize * widthMax + 13) { borderXcurrent = CellSize * widthMax + 13; } if (borderXcurrent < 13) { borderXcurrent = 13; } if (borderYcurrent > CellSize * heightMax + 13) { borderYcurrent = CellSize * heightMax + 13; } if (borderYcurrent < 13) { borderYcurrent = 13; } with (_root.rectangle) { lineStyle(10, 5592405, 100); moveTo(borderXstart + (borderXcurrent <= border...