Copy link to clipboard
Copied
The error is pointing me to line 8, column 68. the Problem is line 8 only has 32 columns.
My goal is to make a TV screen that when clicked moves to the center and scales up, and then go back to the begining. Although it doesn't even want to scale up.
Copy link to clipboard
Copied
Can you select the option to Permit Debugging in the Publish options and then show the complete error message you get after that?
Copy link to clipboard
Copied
No change in the error message,
Copy link to clipboard
Copied
remove all your comments and try again
Copy link to clipboard
Copied
I'm not sure why the w property is in blue. If you're setting width and height I would expect you to use .width and .height.
That aside, the main unusual thing is that you have two open comments and only one close comment. Not sure that should matter, but it could be worth fixing.
Copy link to clipboard
Copied
Responding a bit late, haven't had access to the project in a while. I tried both solutions that people replied with, but nether worked.
Copy link to clipboard
Copied
That should be "height" not "hight"
Copy link to clipboard
Copied
It is possible something became corrupted in the file. If you do not have much invested in this file yet, try creating a new one and type in the code rather than copying/using some other resource to enter it.
Copy link to clipboard
Copied
The only code i've typed is the change in width and height, however i will attempt to do that