I want to do an alert message that pops up when entering a card (giving brief instructions, for example),
It feels like the right place to put this is in the basic card's script of "on view do" but this loops forever. What's the "right" way to do this? Looking at the events reference isn't helping me much.
e.g.
on load do
alert["Click the thing!"]
end