Hello there,
I’m trying to change a label-text from another scene BEFORE the scene appears, because when I’m changing the text in the new scenes function scene:enterScene( event ) you can see a delay.
now I tried the getScene method but when I’m doing this:
local other\_scene = storyboard.getScene( "seo1" )
other\_scene.text1.text = ""
the terminal says that it’s a nil value.
attempt to index local ‘other_scene’ (a nil value)
I also failed when calling a function of this scene.
I’m using the newest public build.
any help appreciated. [import]uid: 140000 topic_id: 30789 reply_id: 330789[/import]