View Single Post
Old 01-02-18, 18:28   #9
AkyV
Moderator
 
Joined: Dec 2011
Posts: 4,881
Default

(0,0) is not where Lara is. That can be also "far away" from Lara, who is kinda in the middle of this little map you drew.

Positive and negative number can have the same meanings sometimes. This is how it works also eg. with the layer speeds. I also explain it in my C189 trigger:

Quote:
Set direction and speed values in different Script commands and triggers, in this way (the values in brackets are the C189 values):

-256 (Speed 0): motionless (Layer1 command, Layer2 command)
from -129 (fast - Speed 127) to -255 (slow - Speed 1): northwards (Layer1 command), southwards (Layer2 command)
from -1 (slow - Speed 1) to -128 (fast - Speed 128): southwards (Layer1 command), northwards (Layer2 command)
0 (Speed 0): motionless (Layer1 command, Layer2 command, F153)
from 1 (slow - Speed 1) to 127 (fast - Speed 127): northwards (Layer1 command, F153 for layer1), southwards (Layer2 command, F153 for layer2)
from 128 (fast - Speed 128) to 255 (slow - Speed 1): southwards (Layer1 command, F153 for layer1), northwards (Layer2 command, F153 for layer2)

Except:
If you use both layers at the same time, then Layer2 command or F153 for layer2 use the same direction, as if they were used for layer1. (So eg. 120 now is a fast speed northwards both for layer1 and layer2.)
So lensflare must be something similar. We use negative values because a negative value probably will do the same as another value with a positive sign.
But, again, if this is not what you experience, then you can try negative values, what I say there is only recommended.
AkyV is online now   Reply With Quote