Have you made these changes ?
QUOTE
Change
count = (count + 1) % 6
to
count = (count + 1) % 5
Change
self.RadarPic = self.guiMaker.makePic(RadarLoc[0], RadarLoc[1], 563, 380, os.path.join(TempDir, "5.jpg"))
to
self.RadarPic = self.guiMaker.makePic(RadarLoc[0], RadarLoc[1], 563, 380, os.path.join(TempDir, "4.jpg"))
Change
for i in range(6):
to
for i in range(5):
Change
if self.ready and self.looping and not count == 5:
to
if self.ready and self.looping and not count == 4:
Good Luck
QUOTE(spongy @ Jul 9 2005, 10:36 AM)
Have you made these changes ?
Good Luck
In what file should these changes be made in? I'm ftp-ing using a Mac so none of the files are readable. I could borrow a pc though.