wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Cc.visible doesn't work if user already closed console via X button #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current work around is
if(Cc.instance)
{
Cc.instance.mainPanel.visible = true;
}

Original issue reported on code.google.com by luay...@gmail.com on 14 Jun 2011 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by luay...@gmail.com on 14 Jun 2011 at 11:18