I'm not really sure what kind of example..
on one layout set global variable
on other layout add a condition checking the global variable
so something like
normally variable coinmultiplier = 1
on the menu layout:
on button pressed
set variable to 2
on the game layout
on collision with coin
add coinmultiplier*10 to coins