Eddie, can you please answer this.
I don’t understand, on the second frame of the timeline (right after the preloader) I have this code:
if (idi.idnet != null)
{
if(idi.idnet._protection.isBlacklisted() == true);
{
//show movieclip
}
}
For some reason it returns true. What is the good way of doing this check?
I also have a similar code in the IDI.as file:
if( idnet.type == ‘protection’)
{
if(idnet._protection.isBlacklisted() == true)
{
//show movieclip
}
}
Please let me know what I’m doing wrong.
Thanks.
Ankit.