Quote:
Originally Posted by Puffie40
suckertubes need to have the speed entered (in the select event window) for them to work. The directions are in a X-Y value; I try to keep the directions in my head by thinking of the directions in a Point graph (However, one of the directions is inverted... I think it's the Y direction)
|
Tile coordinates do not work like that at all. The top left is always 0,0 (or 1,1 in JCS). This is generally how computer programs keep track of coordinates. There are no negative values. Just think of the top-left as the starting point.
Because of that, nothing is "reversed". If you enter a positive value, the sucker tube will move move you in the direction of increasing coordinates (i.e. rightwards or downwards). Negative values are the opposite. The same applies to wind and belts.
The left/right belt events etc work fine (putting a positive value in a left belt event will move you left).
Wind Left, which for whatever reason does require a negative value. However, the event still behaves slightly differently than Wind Right, but only in extremely obscure ways which are almost impossible to notice.
|