def parse_frame(self, i): self.image1 = {} self.shape1 = None self.images = [] self.othertags = [] SWFParser.parse_frame(self, i) return (self.images, self.othertags)
def parse_frame(self, i): self.image1 = {} self.shape1 = None self.images = [] self.othertags = [] self.cursor_image = None self.cursor_pos = None SWFParser.parse_frame(self, i) return (self.images, self.othertags, (self.cursor_image, self.cursor_pos))