Paul Posted June 29, 2004 Report Share Posted June 29, 2004 I was just wondering if anyone knew what would be the easiest way to execute a frame of a flat sequence for a user specified amount of time. All ideas are welcome. I was playing around with the elapsed time control but couldn't get it working. Thanks for your help. Quote Link to comment
Michael Aivaliotis Posted June 30, 2004 Author Report Share Posted June 30, 2004 I'm attaching an image that shows a 1000ms (1sec) delay used. Actually, using a sequence structure in this configuration is considered bad form. It is better to use a state machine architecture. If you want more information on state machines then read the FAQ: What is a State Machine? Quote Link to comment
Bryan Posted June 30, 2004 Report Share Posted June 30, 2004 Yes, with a state machine, you can keep coming back to your "timer case" so that you don't have to put multiple instances of the timer in between each piece of timed code. Quote Link to comment
Paul Posted July 1, 2004 Report Share Posted July 1, 2004 I got this part working. Thanks for everyones help. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.