Coding error 'absoluteBounds' undefined (line 54,245)

This happened to different projects of mine
What is the ‘absoluteBounds’ and how do I find line 54,245 !?! :scream:

Does line 54245 even exist?

My best guess is that it’s a fatal error inside a builtin function because of a technical error in your code.
I can see a few things that are a bit odd.

  1. line 2 is incorrectly indented.
  2. line 5 is incorrectly indented.
  3. lines 8-11 have no if or other statement before the curly brackets, meaning line 9 is also incorrectly indented.
1 Like

I sure am bad at coding, thanks @awc95014 that was very helpful! I think it’s working now! :slight_smile:

2 Likes