From d3f15b9c5e71cf5ddcfe58750d51586593261e15 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Sat, 3 Jun 2017 15:09:28 -0600 Subject: [PATCH] minor refactoring, timing --- quick.scrp | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/quick.scrp b/quick.scrp index 60b85ef..4a1d4aa 100644 --- a/quick.scrp +++ b/quick.scrp @@ -51,7 +51,7 @@ on run argv -- normal speed set speed to regular - -- down arrow 17x and return + -- down arrow my_down times and return repeat my_down times type key down arrow delay 0.03 @@ -70,18 +70,21 @@ on run argv -- send audio play my_path & my_audio on device "cassette recorder" - delay 1.0 + -- full speed ahead if (my_demo = 0) then + -- delay to see post QR text loading screen + delay 1.0 set speed to maximum + -- will need to be ajusted based on speed of your mac + delay 1.5 + -- normal speed + set speed to regular end if + if (my_demo = 1) then - delay (my_audiotime + 0.5) + delay (my_audiotime + 1.0) end if - -- will need to be ajusted based on speed of your mac - delay 1.5 - -- normal speed - set speed to regular -- eject tape eject device "cassette recorder"