bug with overlay starting over

whenever i call the function :

  storyboard.hideOverlay(“fade”, 400 )

the overlay ends and then stars again for like 1 second or so… 

and even the :

  function scene:overlayEnded( event )

function is called (right after the destroy overlay function is called)

i checked if i’m accidently touching somthing in the scene undernith that calls the overlay again

but i don’t. 

i turn on overlay like this

local options =

{

effect = “fromBottom”,

time = 400,

params =

{

groupID = groupID,

},

}

storyboard.showOverlay( “groupCommentsOverlay”, options )

and turn it off like this:

  storyboard.hideOverlay(“fade”, 400 )

my corona build is : 2393 i’m building for Android with Windows 7

does anyone know how to fix this problem ?

anyone ?

Id update to composer, or grab the storyboard source and debug the issue.

If it is a storyboard bug, then those would be your only options, since it is no longer supported officially.

I still have storyboard for some older projects and I don’t have this problem. During which event phase are you showing and hiding your overlays?

anyone ?

Id update to composer, or grab the storyboard source and debug the issue.

If it is a storyboard bug, then those would be your only options, since it is no longer supported officially.

I still have storyboard for some older projects and I don’t have this problem. During which event phase are you showing and hiding your overlays?