Jump to content

InteractionManager processInteractive issue


Mathieu Anthoine
 Share

Recommended Posts

Hi,

 

I have this bug with InteractionManager processInteractive method:

 

Uncaught TypeError: Cannot read property 'visible' of undefined

 

 

It seems to occur when children of a Container are destroyed during the loop of the processInteractive.

Is it a known issue, is there a workaround ? 

 

Or maybe is it possible to get a more solid test in the method ?

 

instead of testing displayObject.visible maybe you can test the existence of the displayObject first ?

 

 if( !displayObject || !displayObject.visible )

    {

        return false;

    }

 

Thank you for your help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...