07-16-2010 03:57 AM
hi every one
i want to control picture animation, i mean i have picture of rotating motor so i wanna when i press button it rotate and if i press again it stop rotating
can anyone help ?
07-16-2010 07:51 AM
The simplest most efficient approach would start by import the frames of the animation into a PIcture Ring and the sequencing can be done by writing new values to the Picture Ring to select the various frames.
If the sequence of frames is undefined at development time, then use a Picture Control to display a series of image read from file, or generate the images progaramatically.
I hope that gets you started,
Ben
07-16-2010 08:03 AM
There was a fairly long and detailed thread on this subject awhile back. You can find it here. That said, I agree with Ben. That is how I usually do it.
07-16-2010 09:07 AM
Try this.