Posted by member 1031 on 2003-07-03 12:41:50 link

Frell that scrolling code got complicated for a while. Now it's simplified again nicely. I've even got vertical scrolling almost implemented. Anyone want to try it?

Whoa, major problem noticed with any sort of parsing dynamic text from files: without some major changes (or clever workarounds) to the code, it will reopen the file every second (or whatever the update interval is). Wonder how I could get it to parse the file and then 'remember' what the code 'meant' for later use?