
Let's see an example:
Code: Select all
on myMex
go to card 2
answer "hello world"
end myMex
the following message is executed all to the end: so the program switch to card 2 and then you see "hello world"
On mobile
You'll never see "hello world":
In other words, when you change card on mobile,the current message is stopped and it doesn't continue anymore...
Am I right?