help me please...
I want to remove this button "Upgrade trial account"
Thank you !
http://i.imgur.com/RZVhaRv.jpg
Printable View
help me please...
I want to remove this button "Upgrade trial account"
Thank you !
http://i.imgur.com/RZVhaRv.jpg
FrontendWarZ
toCode:if(gUserProfile.IsTrialAccount())
{
gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", true);
}
or removed from flash as you wantCode:if(gUserProfile.IsTrialAccount())
{
gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", false);
}
Thank you very very much
Bombillo