I am trying to get used to shared objects and now I am trying to clear one... I tried using the sgame1.clear(); to clear it... but it never cleared it. I put an
but when i ran it about 3 times it kept giving me "cleared" which means that it didnt totaly wipe out the SO... any suggestions?... thanksCode:if(sgame1.data.name != undefined) { sgame1.clear(); trace("cleared"); }
~Bill


Reply With Quote