MMF2 and INI - Fade-in bug
i have installed mmf2 b243.
And my error is:
When i add any fade-in to frame, my application crashes when frame starts (before fade-in)
Frame contains INI extension.
This bug is when frame have "start frame" condition with a fast loop with number of loops got from "INI" object "Get item value" "ItemValue( "Ini", "anything")" or "GroupItemValue( "Ini", "anything","something")".
It's little complicated so there is example:
http://pgs.avx.pl/bugex.mfa
Re: MMF2 and INI - Fade-in bug
You have to check the option "Create before fade-in transition" int he properties of the INI object for it to be created when the start of frame conditions are called. This should solve your problem.