Skip to main content
tuckerg80123155
Participant
December 29, 2020
Question

When any script is added it pauses my 9 frame animation by one frame

  • December 29, 2020
  • 1 reply
  • 205 views

I have a looping 9 frame animation loaded as a .gif into Animate CC as a HTML5 Canvas document.

 

When testing just the .gif alone it loops perfectly fine in Safari and Chrome browsers.

 

However, when I add anther layer with any scipt at all attached the animation pauses for a frame in both browsers.

 

What is going wrong here?

 

The specific actions which are causing the loop to pause are a mouseOver script and a OnMouseClickGoToWebpage script.

 

I am receiving the: Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls.

 

 

 

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 29, 2020

open your browser's developer console to check for errors.

 

and copy and paste your code.