Skip to main content
Participant
February 18, 2023
Question

First Timer: Getting White Screen and Complicated Code

  • February 18, 2023
  • 1 reply
  • 163 views

Hello!

I need some help with my first adobe animation project. I drew it all out and have tons of frames, buttons and code snippets as well as motion tweens. When I play my animation in Adobe Animate it works just perfectly. When I go to test it .html it just shows a white screen. My professor says the code is too complicated. Im pretty sure the only code that I have are my 5 code snippets for timeline navigation.

 

When I inspect, my console says "Uncaught ReferenceError: AdobeAn is not defined
at init (kiraoliver_modulesix.html?88199228:24)
at onload (kiraoliver_modulesix.html?88199228:65) and Uncaught SyntaxError: Unexpected number


Im so stumped, what am I doing wrong? 

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    February 21, 2023

    you have code that animate can't interpret.  that's typical if you fail to close parentheses or brackets or use a colon where a semi-colon is expected etc.

     

    if you're still baffled and have fewer than 20 lines of code, copy and paste them here.  if you have many lines of code, comment about sections of it to locate the error's location.