Home > Software engineering >  MFC in flash playback speed control
MFC in flash playback speed control

Time:10-01

For (I=160; I<=200; I++)
{
M_flashShow_2. GotoFrame (I);//jump to frame 1, play flash animation
FramNow=m_flashShow_2. CurrentFrame ();
M_flashShow_2. FrameLoaded (FramNow);
Sleep (100);
}
Why doesn't my animation with frames change, frames are gradually increased, but the flash animation is the same, finally out of the loop when the animation will change, but as long as a jump, jump in the key frames

CodePudding user response:

Update the

CodePudding user response:

It's no use updata tried
  • Related