Hello, I have a scene where a variable is set using:
composer.setVariable( gpslatitude, "test" ),
and then in another scene I use
print( composer.getVariable( "gpslatitude" ) )
but it returns nil, instead of “test”. Any ideas what I’m doing wrong?
Thanks.