• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

First Timer: Getting White Screen and Complicated Code

New Here ,
Feb 18, 2023 Feb 18, 2023

Copy link to clipboard

Copied

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? 

Screen Shot 2023-02-18 at 4.33.30 PM.png

Views

91

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 21, 2023 Feb 21, 2023

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines