Can someone make a plugin that makes a single charactor replace another? If so, we can animate stuff on the LCD. To prove the concept, I'm missusing the holdnscroll.dll to make a winking smilie.
Try it.
Code: Select all
$Right($dll(holdnscroll.dll,1, ,1/:::;:::)),$3%)
If someone could make something similar that could take a string of charactors, that would be great. My demo works, but when holdnscroll gets to the end of the string, It displays one blank 'frame'. If the $right wasn't in the code above, the bracket would jump left one space when the colons run out, then back again when the string loops back to the start.
Did that all make sense?
Could it also work with custom charactors too? eg, using these would look a bit like a CD was spinning.
Code: Select all
$CustomChar(1,0,14,19,21,25,14,0,0)$CustomChar(2,0,14,17,31,17,14,0,0)$CustomChar(3,0,14,25,21,19,14,0,0)$CustomChar(4,0,14,21,21,21,14,0,0)$Chr(176)$Chr(158)$Chr(131)$Chr(132)