AS2 Flash Problem

Hi,

I am currently getting an error when I publish this file

Error: http://prntscr.com/nacfhl
File: https://pastebin.com/dgjyBPHm

I would greatly appreciate if you can help me fix the issue.

The error is right in front of you, you’re missing the ColorMatrix folder/file

You have this line:

import com.quasimondo.geom.ColorMatrix;

But that’s not found in /com/quasimonda/geom so you need to add it in the correct folder, then you won’t get that error.