View Single Post

  #8 (permalink)  
Old 15-03-08, 07:07
bobbycool bobbycool is offline
Junior Member
 
Join Date: Mar 2008
Posts: 9
Rep Power: 0
bobbycool is on a distinguished road
Re: Shoutbox problems

timer? how... i dont understand about script actually, just follow your instruction in readme

Code:
 public function refreshShoutBox():void
        {
            Store.datas_array=new Array();
            Store.names_array=new Array();
            Store.messages_array=new Array();
            loadXML();
        }
what must I do......
Reply With Quote