ckon
April 6, 2024, 11:57am
44
ohh but the QR code works for me!!
now i want to add the timer function (show timer when the step contains "minutes"). but apparently there is an error. can you please tell me what is wrong so i could modify it? thanks
Competition3_mod1 (1).aia (8.3 KB)
ABG
April 6, 2024, 9:18pm
45
Extract the minutes just one digit at a time.
ckon
April 7, 2024, 12:13am
46
now it directly skips to "press to start timer" after "press to show recipe". how can i fix that
ABG
April 7, 2024, 12:44am
47
Don't set Button_Recipe invisible?
ckon
April 7, 2024, 1:02am
48
now its like this but i want the timer button to only appear when the step contains “minute” how can i fix it
ABG
April 7, 2024, 3:10am
49
You need an if/then step testing if the current recipe step contains 'minute', early in your logic.
See
http://www.appinventor.org/bookChapters/chapter18.pdf
from
Ramon
April 7, 2024, 7:57am
50