Posted: 07:06pm 11 Dec 2020 |
|
|
|
I guess I did use a command or 2 only found in recent firmware. Oops, sorry.
math add boardstart(),0,board() appears on line 168 and the reversemath add board(),0,boardstart() appears on line 386.
Fuse's solution does the trick. Good work.
An alternative to try ismath scale boardstart(),1,board() which has been available in the firmware much longer, since 5.05.04
I also used the colour "NOTBLACK" (in line 470) which is quite new. Fuse solved that by using BLUE instead. That actually looks quite good. Darker is better due to the anti-aliasing so I would suggest changing "rgb(notblack)" to "&h000040"
Why, you ask? I wanted the "Solved" message to scroll into view, so I turned it into a sprite. But ordinary black and sprites don't play well together. Black is treated as transparent, which would make a mess of the solved message. That's why "notblack" was created. |