Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do you make frames play automatically in the timeline without the use of buttons?

Community Beginner ,
Apr 26, 2019 Apr 26, 2019

I have a range of scenes that I imported to the stage as an image sequence, and they are now on the timeline. Some of the scenes need to be accessible by the use of buttons, however some scenes need to play automatically after one another without the user needing to click anything. I added the 'stop at this frame' action in order to get it to play in the 'debug' preview mode, however this doesn't seem to work; is there any other way of getting this to work?

284
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 26, 2019 Apr 26, 2019

adding code (eg, a stop() )will stop play of a timeline.  otherwise,, in the absence of code to stop a timeline, a timeline will play.   eg, by default, timeline's (including the main one with different scenes) will play from frame 1 of the first scene to the last frame of the last scene.

if a timeline's been stopped, executing a play() will restart play of the stopped timeline.

Translate
Community Expert ,
Apr 26, 2019 Apr 26, 2019
LATEST

adding code (eg, a stop() )will stop play of a timeline.  otherwise,, in the absence of code to stop a timeline, a timeline will play.   eg, by default, timeline's (including the main one with different scenes) will play from frame 1 of the first scene to the last frame of the last scene.

if a timeline's been stopped, executing a play() will restart play of the stopped timeline.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines