You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
secureBoolean values is not changing. Here is sample.
AS3 Code:
private var testbool:SecureBoolean = new SecureBoolean('testbool');
trace("bool:"+testbool.value);
testbool.value = true;
trace("bool:"+testbool.value);
testbool.value = false;
trace("bool:"+testbool.value);
TraceLog:
bool:false
* CheatManager : cheat detection in Unnamed SecureObject fake value : false !=
real value null *
fake es true
bool:false
fake es false
bool:false
Original issue reported on code.google.com by [email protected] on 17 May 2012 at 2:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 May 2012 at 2:59The text was updated successfully, but these errors were encountered: