ansi(hfr,Warning) doesn't flash

Posted by Philip Mak on Fri 12 Apr 2002 08:36 AM — 7 posts, 27,920 views.

USA #0
On PennMUSH, I type "think ansi(hfr,Warning)". It comes out in bright red, but it doesn't flash like it's supposed to.

How can I get MUSHclient to display ANSI flashing codes?
Australia Forum Administrator #1
Ah yes, flashing text. This must be one of the earliest suggestions (bugs?).

It is on the list of things to do. For custom drawn windows, like MUSHclient uses, it isn't a simple matter of setting a "flash bit".

I would have to scan the entire window for any flashing text, every second, and alternately draw and blank it.

So far I have resisted the urge to do that. :)
Australia #2
I think flashing is annoying and having it shown as Italics is a much better solution to the "problem", IMO. ;)
USA #3
> I think flashing is annoying

Well, it depends on the designer. If you're talking about other players on the MUSH writing code that abuses flashing, I agree with you.

In my case, I have a piece of code on myself which displays an important warning to me, and I wanted it to flash.

@amove me=@switch v(Clothes)=nude, think [ansi(hfr,Warning!)] You're running around naked!

:)
USA #4
And of course there is the problem of italics not comforming to the fixed width of the font. For maps of any other text that requires everything to line up perfectly you are forced to turn off italics, since it royally messes things up. If it didn't stretch the character left to right then the replacement wouldn't be quite so annoying, but as it is you get neither the flashing nor italics if you have to turn it off to properly see a map that uses it to show your position. It would really become a mess if someone created a mud that showed other creatures as flashing on the map as well. :p Like text positioning commands, which comes with similar problems as Gammon has said in the past, there are never the less times when doing it some other way is less than ideal (if not nearly impossible).
Australia Forum Administrator #5
If it is important to know if you are naked or not, try putting a trigger on that line and playing a sound. And/or have the trigger highlight the line in a very bold way (eg. white on red).
Australia #6
re: "white on red and playing a sound", underlining works too (unless you're using MXP I guess).