Skip to main content
Participant
April 26, 2019
解決済み

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

  • April 26, 2019
  • 返信数 1.
  • 293 ビュー

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?

このトピックへの返信は締め切られました。
解決に役立った回答 kglad

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.

返信数 1

kglad
Community Expert
kgladCommunity Expert解決!
Community Expert
April 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.