Skip to main content
Inspiring
August 10, 2018
Question

Animate CC 2017 code to go to a particular frame in a flat file

  • August 10, 2018
  • 0 replies
  • 295 views

I use Animate CC 2017 on a Mac and generate output as html and js files. I use the following code to call one html file from another:

this.downarrow.addEventListener("click", function (event)

{

  window.open("SkeletalLL3.html", "_self");

});

It works just fine. However, is it possible to add some additional code that doesn't start the called html file from frame 0 but rather goes to another labelled frame further down the timeline?

Thanks

This topic has been closed for replies.