Broadcasting a message across scenes

I am trying to use the "move to next scene and send message block." But when I try a specific message it doesn't appear in the "when receive" drop-down list. Neither it is receiving any data.

https://snap.berkeley.edu/snap/snap.html#present:Username=rayan_404&ProjectName=Grocery%20Store

A few things:
1:


can be replaced with
Grocery Store script pic(1)
because you do not need to send the message to a specific sprite.
but instead of broadcasting and receiving, you can

in the original sprite of the second scene that is not the enter bubble.
Finally, to answer your question, just re-create the message with the exact same name in the new sprite, and you can use the (data) block in
Grocery Store script pic(2) , which reports the data sent in your broadcast.

Thank brother

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.