Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsI gave it a shot and for some magical reason all is well. Thank you good sir.
At 9/7/12 04:06 PM, dartosgamer wrote: How to I check the newVersion flag?
API.addEventListener(APIEvent.API_CONNECTED, onConnect);
function onConnect(e:APIEvent):void {
if (e.success && e.data.newVersion) {
trace("New Version!");
}
}
newVersion should be in the API_CONNECTED event object.
I gave it a shot and for some magical reason all is well. Thank you good sir.
At 9/7/12 04:10 PM, Mattster wrote: function onConnect(e:APIEvent):void {
if (e.success && e.data.newVersion) {
trace("New Version!");
}
}
Thank you!
I was looking for that info, too.