We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

SCRIPT1002: Syntax error in IE11

Home Forums Puzzles SCRIPT1002: Syntax error in IE11

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38122

    Hi,

    The logic doesn’t work when loading the 3D in IE11 and it gives a Script1002 error. Please see attached screenshots

    I’m not sure if you can check the app with this link:
    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:251e362e5c/applications/3d-Exercise_v2/updated heart 2021.html

    Attachments:
    You must be logged in to view attached files.
    #38147

    Hi,

    From the second picture you posted it seems that your application uses an “exec script” puzzle with some custom code inside it. That code utilizes a javascript feature that is not supported in IE11: arrow functions (the part “s => s.name” on the line 998 in the picture) – that’s why it doesn’t work. You just need to rewrite the code in that “exec script” puzzle via traditional functions.

    Co-founder and lead developer at Soft8Soft.

    #38172

    Hi,

    Solved! Thank you so much! :good:

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.