ID:1919393
 
Resolved
atom.color did not influence maptext in cases where it should have.
BYOND Version:508
Operating System:N/A
Web Browser:N/A
Applies to:Dream Seeker
Status: Resolved (508.1297)

This issue has been resolved.
Descriptive Problem Summary:

Setting atom.color did not correctly influence maptext in many cases.

Code Snippet (if applicable) to Reproduce Problem:
var/obj/O = new(loc)
O.maptext = "<font color=red>Hi!"
animate(O, alpha=0, time=20)
spawn(25) del(O)


Expected Results:

In the snippet above, the text should fade out.

Actual Results:

The text remains red until the object is deleted.
Lummox JR resolved issue with message:
atom.color did not influence maptext in cases where it should have.
I'm not sure what issue you're referring to. That picture does not say a thousand words.

The test code I posted (related to the code you posted in the other thread regarding pixel_x/y in the webclient) shows the problem.
Lummox JR wrote:
I'm not sure what issue you're referring to. That picture does not say a thousand words.

The test code I posted (related to the code you posted in the other thread regarding pixel_x/y in the webclient) shows the problem.

Uh, I think you misplaced a post.
In response to PJB3005
He didn't; I made a post and deleted it after quickly realizing the problem was something that slipped my mind.
In response to FKI
Ah alrigth.