ArgumentError: Error #2004

***** Edit *****

I figured out what was wrong, when creating the new Rectangle you have to start the x, and y from 0, 0, their not relative to what it’s scaling.

Like if the movie clip’s x and y are 10 and 10, the scale0Grid should start at 1, 1, not 11, 11