When scene starts

Screenshot_20190828-162804_Pocket Code.jpg

Runs the script when the scene starts

When screen is touched

Screenshot_20190828-162733_Pocket Code.jpg

Runs a script when the screen is touched.

When tapped

Event_Bricks_html_a1d01a3c349720f7.png

Runs a script when the object is touched.

When you receive (message)

Event_Bricks_html_defcc474f58a47cf.png

Runs script below when it receives specified broadcast message.

Broadcast and wait (message)

Event_Bricks_html_d26175b8e492e5fd.png

Sends a message to all sprites and waits.

Broadcast (message)

Event_Bricks_html_3f691ea9037a65a9.png

Sends a message to all objects.

When (1 < 2) becomes true

Event_Bricks_html_537e0e4f81868ed7.png

Runs a script when the given condition/value becomes true.

When background changes to (background)

Event_Bricks_html_5228800296e3e81a.png

Runs a script when backdrop switches to a certain background.