|
Re: How to make timed sequences in java?
If you're interesting in doing stuff like this, I'd recommend using the command based template. You could make a command ExtendPiston and RetractPiston, then make a command group that had ExtendPiston, WaitCommand(2.0), RetractPiston, and it would do what you wanted.
|