Hi, guys!
I have a problem…
I have a table or a array of answers
local numberlist = {‘58’, ‘68’, ‘78’, ‘88’, ‘98’}
I want to pass this to another scene but i can’t seem to be able to do it.
My thought was composer.gotoScene( “testing”, “fade”, 100, params = { answers } ) but that’s not right.
Any help would be appreciated!
Thanks! I have been stuck with this problems for a while now.