It seems that the action "Set Camera Object Rotation equal to X" does not work when X is greater than 90 or less than -90. Also the function cannot read negative values, so the range of the domain is the function is actually restricted to " 0 < X < 90" and "270< X <360"
EDIT: I also put the following on the Blizzard forums
The domain of the function is BUGGED.
F(x) - Set Camera Object Rotation to x.
0 < x < 90 and 270 < x < 360
It doesn't not accept any negative values, including negative values that when reduced modulo 360 fall within the accepted range. For instance -45 = 335 mod 360, but -45 is not a valid input even though it falls within the 270 < x < 360 congruency.
So I take it that the other 16 people that viewed the post were able to replicate this bug (it could be a corrupt version of the Starcraft Editor on my part).
It seems that the action "Set Camera Object Rotation equal to X" does not work when X is greater than 90 or less than -90. Also the function cannot read negative values, so the range of the domain is the function is actually restricted to " 0 < X < 90" and "270< X <360"
EDIT: I also put the following on the Blizzard forums
The domain of the function is BUGGED.
F(x) - Set Camera Object Rotation to x.
0 < x < 90 and 270 < x < 360
It doesn't not accept any negative values, including negative values that when reduced modulo 360 fall within the accepted range. For instance -45 = 335 mod 360, but -45 is not a valid input even though it falls within the 270 < x < 360 congruency.
So I take it that the other 16 people that viewed the post were able to replicate this bug (it could be a corrupt version of the Starcraft Editor on my part).
@EdwardSolomon: Go
No one can confirm this bug independently?