GotoandPlay function delay in Animate Java
Hello!
I would like to start by saying this place has been very good to me in the past
several years. Thanks.
I have run into an issue, like many who are moving away from AS3 and into Java etc.
I have this code on a project
stop();
setTimeout(timedFunctionLoopB1B,6900);
function timedFunctionLoopB1B() {
gotoAndStop("5");
}
Of course the project is in AS3.
I can not seem to find out how to duplicate the effect in Java script.
it's a simple....'Do not go to this frame for this many seconds' bit of code.
Not attached to any button functions or anything.
See It's just that Adobe Animate gives me unique questions for Java I can not ask someone who does not use
Adobe Animate.
Thanks in advance for any help.
I could not even find a simple code snippet for this in the code library.