ID:2896505
 
Resolved
client.pixel_w was handled incorrectly on both the client and server.
BYOND Version:515.1620
Operating System:Windows 10 Pro 64-bit
Applies to:Dream Daemon & Dream Seeker
Web Browser:Firefox 119.0
Status: Resolved (515.1621)

This issue has been resolved.
applying any value to client.pixel_w makes the screen move up, when in the documentation it says it should move it horizontally. this is with client.dir = NORTH (the default), it should be fixed or documented.

test case: https://files.catbox.moe/r34a88.zip
I'll need a test case for this. Since this is really about a bug and not a feature, you'll need to edit the fields for the bug report as well.
https://files.catbox.moe/r34a88.zip

sorry for the late response, this is the code
client
fps = 60
New()
..()
spawn(50)
src << "Moving pixel_w"
animate(src, pixel_w = 100, time = 50)
sleep(70)
animate(src, pixel_w = 0, time = 50)
sleep(70)

src << "Moving pixel_z"
animate(src, pixel_z = 100, time = 50)
sleep(70)
animate(src, pixel_z = 0, time = 50)
Hey! Im wondering when this bug will be fixed?
Its been quite a while since its been reported.
You still need to edit the fields for the bug report.
Lummox JR resolved issue with message:
client.pixel_w was handled incorrectly on both the client and server.