1) Create a Form in AOT.Go to design done and add a new control called Animate.
2) Now override the run() method on the form.
public void run()
{
int cnt;
#AviFiles
;
super();
for(cnt=1;cnt<=500;cnt++)
{
Animate.animateFile(#AviPrint);
Animate.play();
}
Animate.visible(true);
}
3) Save the Form and run the Form.Enjoy the Animation.
No comments:
Post a Comment