Hi all,
I've just recently attempted to build an EXE of my game file HexaPawn in the CodeBase, in order to take it to a friend's place and let them take a look-see. However, to my shock and dismay I see a "flashing" of title text in the EXE, which appears to be a display of the title in "normal font size" then the selected font size over and over. When it does this, the sub-text beneath the main title is also flashing between its selected size and the size used in the main title, and this keeps up constantly even though the title display routine has been called only once. Here's the code of the banner;
set text font "Arial"
set text size 50
text 290, 25, "*** HexaPawn ***"
set text size 15
text 380, 65, "ed. 6.0 / v1.0 by SandraD 2004"
ink rgb(178, 175, 0), 0
set text size 22
text 295, 90, "Commands:"
The "Commands" text and subsequent lines look okay and do not flicker, but the above title lines blink something awful. After a given time period, the blinking will stop, leaving the two "versions" of the text blended on the screen.
Does anyone know from where this coming? And how to stop it?
Thanks.
S.
Any truly great code should be indisguishable from magic.