Skip to main content
jeffreys73208728
Participant
October 2, 2017
Answered

functionality changes with just SAVE AS

  • October 2, 2017
  • 2 replies
  • 189 views

I have an animate file (html canvas) that works the way I want.

When I do Save AS to give it a new name (version control) and start the next round of edits/changes, the new file no longer functions the way the old one did. In fact it displays only the base background.

What is happening? Why is "Save As" making changes? Are there some hidden elements I need to update when saving a file?

This topic has been closed for replies.
Correct answer Colin Holgate

In Publish Settings are options to overwrite the HTML and other files. If you had unchecked those then the new publish would not have all the files it needs.

2 replies

Colin Holgate
Colin HolgateCorrect answer
Inspiring
October 2, 2017

In Publish Settings are options to overwrite the HTML and other files. If you had unchecked those then the new publish would not have all the files it needs.

Legend
October 2, 2017

Open the browser dev console when you're running the page. See what error messages you're getting.