Skip to main content
Inspiring
August 16, 2010
Answered

Clicking the invisible object

  • August 16, 2010
  • 1 reply
  • 503 views

Hi,

I have an object on the stage, I make this object invisible and give it a listener to listen for a click. But then, on click nothing happens. Anyone has an idea how to click the invisible?

This topic has been closed for replies.
Correct answer Andrei1-bKoviI

Invisible objects loose interactivity. Use alpha property.

1 reply

Andrei1-bKoviICorrect answer
Inspiring
August 16, 2010

Invisible objects loose interactivity. Use alpha property.

IbarimAuthor
Inspiring
August 16, 2010

Thanks. I thought that there is some other elegant solution, but it appears there isn't.