# delay scripts example
# first we write out script as a string
delay_script = "constant_op.par.value0 = args[0]"
constant_op = op('constant1')
# next we run our script
for each_time in range(10):
run(delay_script, (each_time+1), delayFrames = 60 * (each_time + 1))