REPEATING A (SET OF) FRAME(S) FOR A CERTAIN TIME
I am very new so please do not be offended by my basic questions which - despite searching the net - I could not answer.
So far I have only mastered the art of button-controlled-branching to other frames.
So yes when a user presses a button the program branches to a set of 10 slides called "slide17" (on frames 170 to 179 - keyframe = frame 170).
Now I would like to code the following:
On the background (stage image) of these frames (170-179) I want to play some animations and then - without the user pressing any buttons - return to keyframe 10 (which I called "slide1").
My thought was to tell adobe animate to
- "gotoAndPlay("slide17") - "for a certain time - (20 seconds)"
- in this time performing some motion tweens on the screen background (stage image)
- and then automatically banch to frame 10 = > gotoAndStop("slide1");
How could I code this - to "stay on a frame for a certain time" ?
Kind regards, William-Michael