I made a scaleform UI with AS3,and used a custom kismet to invoke function.Its a very simple flash,some button and fscommand.
I can play it on ipad2 very well.But when I closed it with home button(ipad2) and several minutes later.The app is dead,like computer is down.No crash information,and must kill it in progress.(Or the ipad2 will stop work).I tried to remove the scaleform,and this problem disappeared too.
I honestly don't know how to solve this problem.Who can help me?
Im so sorry about my terrible english,can't express the problem clearly.
Code:
function showSofa(){ Sofa.gotoAndPlay("show"); fscommand("Sofa is true"); }
I honestly don't know how to solve this problem.Who can help me?
Im so sorry about my terrible english,can't express the problem clearly.
Comment