Invisible strings can't be changed
Here's another little bug (and it took me ages to work out why it was going wrong) - it seems that if a string is invisible, any actions that change it (changing its paragraph, or its alterable string) are ignored. Compare the Flash and MFA here - the Flash version stays on its original string.
http://www.clickteam.info/davidn/games/flashtesting/stringtest.html
http://www.clickteam.info/davidn/games/flashtesting/stringtest.mfa
Re: Invisible strings can't be changed
Interesting... if you untick "Visible at start of frame" in the string's properties, then it works as expected.
Re: Invisible strings can't be changed
You're right! With no changes to the events or anything - that's even odder... so it seems that strings that have been made invisible using the "Make invisible" action don't get changed, and that the "Make invisible" action is ignored (and so doesn't cause the problem) when the string is already invisible? Or something.
Re: Invisible strings can't be changed
Re: Invisible strings can't be changed
Awesome work, Francois. :D