Is there a call fuction on thunkable comparable to MIT App Inventors

These two call functions are from MIT App Inventor. What are the equivalent call functions on Thunkable? I need to know how to do these two functions.

image

image

You can absolutely pop an alert - there’s an alert block that does what that notifier block does.
Alert - Thunkable Docs or Alert - Thunkable Docs

I’m not sure what PlayAction does - can you explain what it does so that we can help you?

This is my PlayAction.

image

Oh. That’s a function. We absolutely have those in Thunkable, and they’ll work similar to AI.

To invoke it, you don’t need a “call” block, you just choose the function itself - once you create it, it will appear on the functions palette.

2 Likes