If I have a text output in my block and then call a procedure, the procedure will run through first and the textoutput will show after that.
How can I avoid that?
Example:
if get temp = true
set output.text to "Hello"
call Procedure1
For example, "Hello" should come before the "Procedure1".
--
How can I avoid that?
Example:
if get temp = true
set output.text to "Hello"
call Procedure1
For example, "Hello" should come before the "Procedure1".
--
The model of event processing in App Inventor by Lyn
--
use a clock component
after setting the output text start the clock and inside the clock.timer event stop the clock and call procedure 1
댓글 없음:
댓글 쓰기