home *** CD-ROM | disk | FTP | other *** search
- function PreviewPicture(d)
- {
- var nextpicture = pv.preview._currentframe + d;
- if(nextpicture <= pv.preview._totalframes)
- {
- if(nextpicture < 1)
- {
- nextpicture = pv.preview._totalframes;
- }
- }
- else
- {
- nextpicture = 1;
- }
- pv.nextpicture = nextpicture;
- pv.gotoAndPlay("change");
- whichpic = nextpicture;
- }
- app = "clicknslide";
- version = "2.01";
- whichpic = 1;
-