I have a logic trigger
local options = {
effect = ‘slideLeft’,
time = 500,
params = {
stageId = stageId,
levelId = levelId,
},
}
storyboard.gotoScene(‘sceBoard’, options)
where i am currently in sceBoard.
And i realized if i come from another scene (with the same logic above), my sceBoard able to receive the passed parameters.
But it doesn’t work if i trigger it while i am in sceBoard.
Anyone facing this issue?
Thanks for helping